Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpcmips/tx KNF



details:   https://anonhg.NetBSD.org/src/rev/63033f5633ac
branches:  trunk
changeset: 346346:63033f5633ac
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Jul 09 06:49:03 2016 +0000

description:
KNF

diffstat:

 sys/arch/hpcmips/tx/tx3912video.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r c7a01c50831d -r 63033f5633ac sys/arch/hpcmips/tx/tx3912video.c
--- a/sys/arch/hpcmips/tx/tx3912video.c Sat Jul 09 05:52:22 2016 +0000
+++ b/sys/arch/hpcmips/tx/tx3912video.c Sat Jul 09 06:49:03 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tx3912video.c,v 1.43 2014/06/07 18:59:16 he Exp $ */
+/*     $NetBSD: tx3912video.c,v 1.44 2016/07/09 06:49:03 skrll Exp $ */
 
 /*-
  * Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tx3912video.c,v 1.43 2014/06/07 18:59:16 he Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tx3912video.c,v 1.44 2016/07/09 06:49:03 skrll Exp $");
 
 #define TX3912VIDEO_DEBUG
 
@@ -39,11 +39,10 @@
 
 #include <sys/param.h>
 #include <sys/systm.h>
+#include <sys/buf.h>
 #include <sys/device.h>
 #include <sys/extent.h>
-
 #include <sys/ioctl.h>
-#include <sys/buf.h>
 
 #include <uvm/uvm_extern.h>
 



Home | Main Index | Thread Index | Old Index