Module Name:    src
Committed By:   riastradh
Date:           Sat Feb  1 12:53:41 UTC 2020

Modified Files:
        src/sys/kern: subr_percpu.c

Log Message:
KNF


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/kern/subr_percpu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/subr_percpu.c
diff -u src/sys/kern/subr_percpu.c:1.22 src/sys/kern/subr_percpu.c:1.23
--- src/sys/kern/subr_percpu.c:1.22	Sat Feb  1 12:51:18 2020
+++ src/sys/kern/subr_percpu.c	Sat Feb  1 12:53:41 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: subr_percpu.c,v 1.22 2020/02/01 12:51:18 riastradh Exp $	*/
+/*	$NetBSD: subr_percpu.c,v 1.23 2020/02/01 12:53:41 riastradh Exp $	*/
 
 /*-
  * Copyright (c)2007,2008 YAMAMOTO Takashi,
@@ -31,12 +31,12 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_percpu.c,v 1.22 2020/02/01 12:51:18 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_percpu.c,v 1.23 2020/02/01 12:53:41 riastradh Exp $");
 
 #include <sys/param.h>
 #include <sys/cpu.h>
-#include <sys/kmem.h>
 #include <sys/kernel.h>
+#include <sys/kmem.h>
 #include <sys/mutex.h>
 #include <sys/percpu.h>
 #include <sys/rwlock.h>

Reply via email to