Module Name:    src
Committed By:   skrll
Date:           Tue Jan  7 10:01:09 UTC 2020

Modified Files:
        src/sys/arch/arm/fdt: pcihost_fdt.c

Log Message:
oops more KNF


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/fdt/pcihost_fdt.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/arch/arm/fdt/pcihost_fdt.c
diff -u src/sys/arch/arm/fdt/pcihost_fdt.c:1.13 src/sys/arch/arm/fdt/pcihost_fdt.c:1.14
--- src/sys/arch/arm/fdt/pcihost_fdt.c:1.13	Tue Jan  7 09:57:11 2020
+++ src/sys/arch/arm/fdt/pcihost_fdt.c	Tue Jan  7 10:01:09 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: pcihost_fdt.c,v 1.13 2020/01/07 09:57:11 skrll Exp $ */
+/* $NetBSD: pcihost_fdt.c,v 1.14 2020/01/07 10:01:09 skrll Exp $ */
 
 /*-
  * Copyright (c) 2018 Jared D. McNeill <jmcne...@invisible.ca>
@@ -27,13 +27,13 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pcihost_fdt.c,v 1.13 2020/01/07 09:57:11 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pcihost_fdt.c,v 1.14 2020/01/07 10:01:09 skrll Exp $");
 
 #include <sys/param.h>
 
-#include <sys/extent.h>
 #include <sys/bus.h>
 #include <sys/device.h>
+#include <sys/extent.h>
 #include <sys/intr.h>
 #include <sys/kernel.h>
 #include <sys/kmem.h>

Reply via email to