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 KNF - whitespace.
details: https://anonhg.NetBSD.org/src/rev/ee04adfa4f2c
branches: nick-nhusb
changeset: 334099:ee04adfa4f2c
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Jan 02 08:52:14 2015 +0000
description:
KNF - whitespace.
diffstat:
sys/dev/usb/ehci.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 0686f340bfa7 -r ee04adfa4f2c sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c Fri Jan 02 08:45:05 2015 +0000
+++ b/sys/dev/usb/ehci.c Fri Jan 02 08:52:14 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ehci.c,v 1.234.2.27 2015/01/02 08:45:05 skrll Exp $ */
+/* $NetBSD: ehci.c,v 1.234.2.28 2015/01/02 08:52:14 skrll Exp $ */
/*
* Copyright (c) 2004-2012 The NetBSD Foundation, Inc.
@@ -53,7 +53,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234.2.27 2015/01/02 08:45:05 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234.2.28 2015/01/02 08:52:14 skrll Exp $");
#include "ohci.h"
#include "uhci.h"
@@ -2664,7 +2664,7 @@
#endif
if (err)
return NULL;
- for(i = 0; i < EHCI_SQH_CHUNK; i++) {
+ for (i = 0; i < EHCI_SQH_CHUNK; i++) {
offs = i * EHCI_SQH_SIZE;
sqh = KERNADDR(&dma, offs);
sqh->physaddr = DMAADDR(&dma, offs);
@@ -2710,7 +2710,7 @@
if (err)
goto done;
- for(i = 0; i < EHCI_SQTD_CHUNK; i++) {
+ for (i = 0; i < EHCI_SQTD_CHUNK; i++) {
offs = i * EHCI_SQTD_SIZE;
sqtd = KERNADDR(&dma, offs);
sqtd->physaddr = DMAADDR(&dma, offs);
Home |
Main Index |
Thread Index |
Old Index