Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nick-nhusb]: src/sys/dev/usb More whitespace
details: https://anonhg.NetBSD.org/src/rev/d08ffd9421cf
branches: nick-nhusb
changeset: 334462:d08ffd9421cf
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Apr 01 14:11:02 2016 +0000
description:
More whitespace
diffstat:
sys/dev/usb/ohci.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 1d51915cd4b7 -r d08ffd9421cf sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c Fri Apr 01 14:08:39 2016 +0000
+++ b/sys/dev/usb/ohci.c Fri Apr 01 14:11:02 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ohci.c,v 1.254.2.63 2016/04/01 14:08:39 skrll Exp $ */
+/* $NetBSD: ohci.c,v 1.254.2.64 2016/04/01 14:11:02 skrll Exp $ */
/*
* Copyright (c) 1998, 2004, 2005, 2012 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.254.2.63 2016/04/01 14:08:39 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.254.2.64 2016/04/01 14:11:02 skrll Exp $");
#include "opt_usb.h"
@@ -693,7 +693,7 @@
} else {
/* must use multiple TDs, fill as much as possible. */
curlen = 2 * OHCI_PAGE_SIZE -
- (dataphys & (OHCI_PAGE_SIZE - 1));
+ (dataphys & (OHCI_PAGE_SIZE - 1));
/* the length must be a multiple of the max size */
curlen -= curlen % mps;
KASSERT(curlen != 0);
Home |
Main Index |
Thread Index |
Old Index