Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb KNF whitespace.
details: https://anonhg.NetBSD.org/src/rev/bbb1093e1ae6
branches: trunk
changeset: 782800:bbb1093e1ae6
user: skrll <skrll%NetBSD.org@localhost>
date: Tue Nov 20 21:16:01 2012 +0000
description:
KNF whitespace.
diffstat:
sys/dev/usb/ohci.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 730753a51222 -r bbb1093e1ae6 sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c Tue Nov 20 20:17:43 2012 +0000
+++ b/sys/dev/usb/ohci.c Tue Nov 20 21:16:01 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ohci.c,v 1.224 2012/06/10 06:15:53 mrg Exp $ */
+/* $NetBSD: ohci.c,v 1.225 2012/11/20 21:16:01 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.224 2012/06/10 06:15:53 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.225 2012/11/20 21:16:01 skrll Exp $");
#include "opt_usb.h"
@@ -405,7 +405,7 @@
OHCI_ED_ALIGN, &dma);
if (err)
return (0);
- for(i = 0; i < OHCI_SED_CHUNK; i++) {
+ for (i = 0; i < OHCI_SED_CHUNK; i++) {
offs = i * OHCI_SED_SIZE;
sed = KERNADDR(&dma, offs);
sed->physaddr = DMAADDR(&dma, offs);
Home |
Main Index |
Thread Index |
Old Index