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



details:   https://anonhg.NetBSD.org/src/rev/2c730716a518
branches:  nick-nhusb
changeset: 334114:2c730716a518
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Feb 22 08:25:02 2015 +0000

description:
KNF

diffstat:

 sys/dev/usb/ohci.c |  15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r fab3154c5728 -r 2c730716a518 sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c        Fri Feb 20 09:17:17 2015 +0000
+++ b/sys/dev/usb/ohci.c        Sun Feb 22 08:25:02 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ohci.c,v 1.254.2.16 2015/02/01 06:30:29 skrll Exp $    */
+/*     $NetBSD: ohci.c,v 1.254.2.17 2015/02/22 08:25:02 skrll Exp $    */
 
 /*
  * Copyright (c) 1998, 2004, 2005, 2012 The NetBSD Foundation, Inc.
@@ -41,17 +41,18 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.254.2.16 2015/02/01 06:30:29 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.254.2.17 2015/02/22 08:25:02 skrll Exp $");
 
 #include <sys/param.h>
-#include <sys/systm.h>
-#include <sys/kmem.h>
+
+#include <sys/cpu.h>
+#include <sys/device.h>
 #include <sys/kernel.h>
-#include <sys/device.h>
-#include <sys/select.h>
+#include <sys/kmem.h>
 #include <sys/proc.h>
 #include <sys/queue.h>
-#include <sys/cpu.h>
+#include <sys/select.h>
+#include <sys/systm.h>
 
 #include <machine/endian.h>
 



Home | Main Index | Thread Index | Old Index