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 the KNF
details: https://anonhg.NetBSD.org/src/rev/f48f72029815
branches: trunk
changeset: 368689:f48f72029815
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Jul 28 09:22:25 2022 +0000
description:
KNF the KNF
diffstat:
sys/dev/pci/if_wm.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 78007ed733f1 -r f48f72029815 sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c Thu Jul 28 09:14:23 2022 +0000
+++ b/sys/dev/pci/if_wm.c Thu Jul 28 09:22:25 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_wm.c,v 1.746 2022/07/22 05:23:50 msaitoh Exp $ */
+/* $NetBSD: if_wm.c,v 1.747 2022/07/28 09:22:25 skrll Exp $ */
/*
* Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -82,7 +82,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.746 2022/07/22 05:23:50 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.747 2022/07/28 09:22:25 skrll Exp $");
#ifdef _KERNEL_OPT
#include "opt_net_mpsafe.h"
@@ -98,8 +98,8 @@
#include <sys/errno.h>
#include <sys/interrupt.h>
#include <sys/ioctl.h>
+#include <sys/kernel.h>
#include <sys/kmem.h>
-#include <sys/kernel.h>
#include <sys/mbuf.h>
#include <sys/pcq.h>
#include <sys/queue.h>
Home |
Main Index |
Thread Index |
Old Index