Source-Changes-HG archive

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

[src/trunk]: src/sys/kern KNF



details:   https://anonhg.NetBSD.org/src/rev/d82516979ffa
branches:  trunk
changeset: 1023882:d82516979ffa
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Sep 30 07:14:09 2021 +0000

description:
KNF

diffstat:

 sys/kern/kern_hook.c |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (31 lines):

diff -r fac0d6f3f72a -r d82516979ffa sys/kern/kern_hook.c
--- a/sys/kern/kern_hook.c      Thu Sep 30 04:36:25 2021 +0000
+++ b/sys/kern/kern_hook.c      Thu Sep 30 07:14:09 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_hook.c,v 1.9 2021/09/30 01:26:07 yamaguchi Exp $  */
+/*     $NetBSD: kern_hook.c,v 1.10 2021/09/30 07:14:09 skrll Exp $     */
 
 /*-
  * Copyright (c) 1997, 1998, 1999, 2002, 2007, 2008 The NetBSD Foundation, Inc.
@@ -31,16 +31,16 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_hook.c,v 1.9 2021/09/30 01:26:07 yamaguchi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_hook.c,v 1.10 2021/09/30 07:14:09 skrll Exp $");
 
 #include <sys/param.h>
+#include <sys/condvar.h>
+#include <sys/device.h>
+#include <sys/hook.h>
+#include <sys/kmem.h>
 #include <sys/malloc.h>
 #include <sys/rwlock.h>
 #include <sys/systm.h>
-#include <sys/device.h>
-#include <sys/hook.h>
-#include <sys/kmem.h>
-#include <sys/condvar.h>
 
 /*
  * A generic linear hook.



Home | Main Index | Thread Index | Old Index