Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/amlogic Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/594bf176a568
branches:  trunk
changeset: 836449:594bf176a568
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Oct 18 07:12:57 2018 +0000

description:
Trailing whitespace

diffstat:

 sys/arch/evbarm/amlogic/amlogic_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d18b4a45165e -r 594bf176a568 sys/arch/evbarm/amlogic/amlogic_machdep.c
--- a/sys/arch/evbarm/amlogic/amlogic_machdep.c Thu Oct 18 06:36:53 2018 +0000
+++ b/sys/arch/evbarm/amlogic/amlogic_machdep.c Thu Oct 18 07:12:57 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: amlogic_machdep.c,v 1.24 2018/09/21 12:04:07 skrll Exp $ */
+/*     $NetBSD: amlogic_machdep.c,v 1.25 2018/10/18 07:12:57 skrll Exp $ */
 
 /*
  * Machine dependent functions for kernel setup for TI OSK5912 board.
@@ -125,7 +125,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: amlogic_machdep.c,v 1.24 2018/09/21 12:04:07 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: amlogic_machdep.c,v 1.25 2018/10/18 07:12:57 skrll Exp $");
 
 #include "opt_console.h"
 #include "opt_machdep.h"
@@ -387,7 +387,7 @@
 #ifdef __HAVE_MM_MD_DIRECT_MAPPED_PHYS
        if (ram_size > KERNEL_VM_BASE - KERNEL_BASE) {
                printf("%s: dropping RAM size from %luMB to %uMB\n",
-                   __func__, (unsigned long) (ram_size >> 20),     
+                   __func__, (unsigned long) (ram_size >> 20),
                    (KERNEL_VM_BASE - KERNEL_BASE) >> 20);
                ram_size = KERNEL_VM_BASE - KERNEL_BASE;
        }



Home | Main Index | Thread Index | Old Index