Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/fdt KNF



details:   https://anonhg.NetBSD.org/src/rev/8c9febde1406
branches:  trunk
changeset: 947565:8c9febde1406
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Dec 18 07:21:58 2020 +0000

description:
KNF

diffstat:

 sys/arch/evbarm/fdt/fdt_machdep.c |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (31 lines):

diff -r 9ecb9db0c9a9 -r 8c9febde1406 sys/arch/evbarm/fdt/fdt_machdep.c
--- a/sys/arch/evbarm/fdt/fdt_machdep.c Fri Dec 18 02:54:34 2020 +0000
+++ b/sys/arch/evbarm/fdt/fdt_machdep.c Fri Dec 18 07:21:58 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fdt_machdep.c,v 1.83 2020/12/12 09:27:31 skrll Exp $ */
+/* $NetBSD: fdt_machdep.c,v 1.84 2020/12/18 07:21:58 skrll Exp $ */
 
 /*-
  * Copyright (c) 2015-2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -27,16 +27,16 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fdt_machdep.c,v 1.83 2020/12/12 09:27:31 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fdt_machdep.c,v 1.84 2020/12/18 07:21:58 skrll Exp $");
 
-#include "opt_machdep.h"
+#include "opt_arm_debug.h"
 #include "opt_bootconfig.h"
+#include "opt_cpuoptions.h"
 #include "opt_ddb.h"
+#include "opt_efi.h"
+#include "opt_machdep.h"
 #include "opt_md.h"
-#include "opt_arm_debug.h"
 #include "opt_multiprocessor.h"
-#include "opt_cpuoptions.h"
-#include "opt_efi.h"
 
 #include "genfb.h"
 #include "ukbd.h"



Home | Main Index | Thread Index | Old Index