Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci KNF



details:   https://anonhg.NetBSD.org/src/rev/332494d9704a
branches:  trunk
changeset: 368232:332494d9704a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Jun 30 16:36:11 2022 +0000

description:
KNF

diffstat:

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

diffs (36 lines):

diff -r c175fe31c2b7 -r 332494d9704a sys/dev/pci/if_bge.c
--- a/sys/dev/pci/if_bge.c      Thu Jun 30 11:03:07 2022 +0000
+++ b/sys/dev/pci/if_bge.c      Thu Jun 30 16:36:11 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_bge.c,v 1.354 2022/06/28 06:24:00 skrll Exp $       */
+/*     $NetBSD: if_bge.c,v 1.355 2022/06/30 16:36:11 skrll Exp $       */
 
 /*
  * Copyright (c) 2001 Wind River Systems
@@ -79,19 +79,20 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.354 2022/06/28 06:24:00 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.355 2022/06/30 16:36:11 skrll Exp $");
 
 #include <sys/param.h>
-#include <sys/systm.h>
+
 #include <sys/callout.h>
-#include <sys/sockio.h>
-#include <sys/mbuf.h>
+#include <sys/device.h>
 #include <sys/malloc.h>
+#include <sys/mbuf.h>
 #include <sys/kernel.h>
-#include <sys/device.h>
+#include <sys/rndsource.h>
 #include <sys/socket.h>
+#include <sys/sockio.h>
 #include <sys/sysctl.h>
-#include <sys/rndsource.h>
+#include <sys/systm.h>
 
 #include <net/if.h>
 #include <net/if_dl.h>



Home | Main Index | Thread Index | Old Index