Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/aarch64/aarch64 KNF (and some newlines)



details:   https://anonhg.NetBSD.org/src/rev/b6f81a8b38f6
branches:  trunk
changeset: 940031:b6f81a8b38f6
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Oct 01 07:31:27 2020 +0000

description:
KNF (and some newlines)

diffstat:

 sys/arch/aarch64/aarch64/procfs_machdep.c |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r cff8704fa88f -r b6f81a8b38f6 sys/arch/aarch64/aarch64/procfs_machdep.c
--- a/sys/arch/aarch64/aarch64/procfs_machdep.c Thu Oct 01 07:21:36 2020 +0000
+++ b/sys/arch/aarch64/aarch64/procfs_machdep.c Thu Oct 01 07:31:27 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: procfs_machdep.c,v 1.3 2020/10/01 06:40:16 ryo Exp $ */
+/* $NetBSD: procfs_machdep.c,v 1.4 2020/10/01 07:31:27 skrll Exp $ */
 
 /*-
  * Copyright (c) 2020 Ryo Shimizu <ryo%nerv.org@localhost>
@@ -27,12 +27,14 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: procfs_machdep.c,v 1.3 2020/10/01 06:40:16 ryo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: procfs_machdep.c,v 1.4 2020/10/01 07:31:27 skrll Exp $");
 
 #include <sys/param.h>
+#include <sys/cpu.h>
 #include <sys/systm.h>
-#include <sys/cpu.h>
+
 #include <miscfs/procfs/procfs.h>
+
 #include <aarch64/armreg.h>
 
 



Home | Main Index | Thread Index | Old Index