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/a377b4d5b9da
branches:  nick-nhusb
changeset: 334141:a377b4d5b9da
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Mar 08 15:31:18 2015 +0000

description:
KNF

diffstat:

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

diffs (35 lines):

diff -r 0a40c191fb9d -r a377b4d5b9da sys/dev/usb/motg.c
--- a/sys/dev/usb/motg.c        Sun Mar 08 13:34:44 2015 +0000
+++ b/sys/dev/usb/motg.c        Sun Mar 08 15:31:18 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: motg.c,v 1.12.2.13 2015/02/01 12:08:15 skrll Exp $     */
+/*     $NetBSD: motg.c,v 1.12.2.14 2015/03/08 15:31:18 skrll Exp $     */
 
 /*
  * Copyright (c) 1998, 2004, 2011, 2012, 2014 The NetBSD Foundation, Inc.
@@ -42,18 +42,19 @@
 #include "opt_motg.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: motg.c,v 1.12.2.13 2015/02/01 12:08:15 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: motg.c,v 1.12.2.14 2015/03/08 15:31:18 skrll Exp $");
 
 #include <sys/param.h>
-#include <sys/systm.h>
+
+#include <sys/bus.h>
+#include <sys/cpu.h>
+#include <sys/device.h>
 #include <sys/kernel.h>
 #include <sys/kmem.h>
-#include <sys/device.h>
-#include <sys/select.h>
 #include <sys/proc.h>
 #include <sys/queue.h>
-#include <sys/bus.h>
-#include <sys/cpu.h>
+#include <sys/select.h>
+#include <sys/systm.h>
 
 #include <machine/endian.h>
 



Home | Main Index | Thread Index | Old Index