Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/fdt oops more KNF



details:   https://anonhg.NetBSD.org/src/rev/d6847f9c205c
branches:  trunk
changeset: 466950:d6847f9c205c
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Jan 07 10:01:09 2020 +0000

description:
oops more KNF

diffstat:

 sys/arch/arm/fdt/pcihost_fdt.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 71e39fdfac22 -r d6847f9c205c sys/arch/arm/fdt/pcihost_fdt.c
--- a/sys/arch/arm/fdt/pcihost_fdt.c    Tue Jan 07 09:57:10 2020 +0000
+++ b/sys/arch/arm/fdt/pcihost_fdt.c    Tue Jan 07 10:01:09 2020 +0000
@@ -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 <jmcneill%invisible.ca@localhost>
@@ -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>



Home | Main Index | Thread Index | Old Index