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 Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/6c5b4a1f0579
branches:  trunk
changeset: 744146:6c5b4a1f0579
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Jan 25 18:18:31 2020 +0000

description:
Trailing whitespace

diffstat:

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

diffs (36 lines):

diff -r 40da1c7ed518 -r 6c5b4a1f0579 sys/arch/aarch64/aarch64/cpu.c
--- a/sys/arch/aarch64/aarch64/cpu.c    Sat Jan 25 18:10:11 2020 +0000
+++ b/sys/arch/aarch64/aarch64/cpu.c    Sat Jan 25 18:18:31 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.35 2020/01/20 12:32:04 skrll Exp $ */
+/* $NetBSD: cpu.c,v 1.36 2020/01/25 18:18:31 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.35 2020/01/20 12:32:04 skrll Exp $");
+__KERNEL_RCSID(1, "$NetBSD: cpu.c,v 1.36 2020/01/25 18:18:31 skrll Exp $");
 
 #include "locators.h"
 #include "opt_arm_debug.h"
@@ -161,7 +161,7 @@
        cpu_identify1(dv, ci);
 #if 0
        /* already done in locore */
-       aarch64_getcacheinfo(unit); 
+       aarch64_getcacheinfo(unit);
 #endif
        aarch64_printcacheinfo(dv);
        cpu_identify2(dv, ci);
@@ -229,7 +229,7 @@
        const char *m;
 
        identify_aarch64_model(ci->ci_id.ac_midr, model, sizeof(model));
-       if (ci->ci_index == 0) { 
+       if (ci->ci_index == 0) {
                m = cpu_getmodel();
                if (m == NULL || *m == 0)
                        cpu_setmodel("%s", model);



Home | Main Index | Thread Index | Old Index