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 Remove some newlines



details:   https://anonhg.NetBSD.org/src/rev/72fa6a17a89e
branches:  trunk
changeset: 989537:72fa6a17a89e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Oct 17 07:26:20 2021 +0000

description:
Remove some newlines

diffstat:

 sys/arch/aarch64/aarch64/cpu.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r d64388f9481e -r 72fa6a17a89e sys/arch/aarch64/aarch64/cpu.c
--- a/sys/arch/aarch64/aarch64/cpu.c    Sun Oct 17 04:14:49 2021 +0000
+++ b/sys/arch/aarch64/aarch64/cpu.c    Sun Oct 17 07:26:20 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.63 2021/10/10 07:41:21 skrll Exp $ */
+/* $NetBSD: cpu.c,v 1.64 2021/10/17 07:26:20 skrll Exp $ */
 
 /*
  * Copyright (c) 2017 Ryo Shimizu <ryo%nerv.org@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: cpu.c,v 1.63 2021/10/10 07:41:21 skrll Exp $");
+__KERNEL_RCSID(1, "$NetBSD: cpu.c,v 1.64 2021/10/17 07:26:20 skrll Exp $");
 
 #include "locators.h"
 #include "opt_arm_debug.h"
@@ -364,8 +364,6 @@
        }
        aprint_verbose("\n");
 
-
-
        aprint_verbose_dev(self, "auxID=0x%" PRIx64, ci->ci_id.ac_aa64isar0);
 
        /* PFR0 */



Home | Main Index | Thread Index | Old Index