Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/hpcmips Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/892837625dc2
branches:  trunk
changeset: 823757:892837625dc2
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun May 07 12:20:50 2017 +0000

description:
Trailing whitespace

diffstat:

 sys/arch/hpcmips/hpcmips/machdep.c |  22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diffs (76 lines):

diff -r e5a6def5088d -r 892837625dc2 sys/arch/hpcmips/hpcmips/machdep.c
--- a/sys/arch/hpcmips/hpcmips/machdep.c        Sun May 07 11:48:39 2017 +0000
+++ b/sys/arch/hpcmips/hpcmips/machdep.c        Sun May 07 12:20:50 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.121 2016/12/22 14:47:57 cherry Exp $     */
+/*     $NetBSD: machdep.c,v 1.122 2017/05/07 12:20:50 skrll Exp $      */
 
 /*-
  * Copyright (c) 1999 Shin Takemura, All rights reserved.
@@ -69,7 +69,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.121 2016/12/22 14:47:57 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.122 2017/05/07 12:20:50 skrll Exp $");
 
 #include "opt_vr41xx.h"
 #include "opt_tx39xx.h"
@@ -129,7 +129,7 @@
 #include <sys/exec_elf.h>
 #endif
 
-#if NBICONSDEV > 0 
+#if NBICONSDEV > 0
 #include <sys/conf.h>
 #include <dev/hpc/biconsvar.h>
 #include <dev/hpc/bicons.h>
@@ -193,13 +193,13 @@
 
 /*
  * Do all the stuff that locore normally does before calling main().
- * Process arguments passed to us by the boot loader. 
+ * Process arguments passed to us by the boot loader.
  * Return the first page address following the system.
  */
 void
 mach_init(int argc, char *argv[], struct bootinfo *bi)
 {
-       /* 
+       /*
         * this routines stack is never polluted since stack pointer
         * is lower than kernel text segment, and at exiting, stack pointer
         * is changed to proc0.
@@ -273,8 +273,8 @@
        kloader_bootinfo_set(&kbi, argc, argv, bi, false);
 #endif
 
-       /* 
-        * CPU core Specific Function Hooks 
+       /*
+        * CPU core Specific Function Hooks
         */
 #if defined(VR41XX) && defined(TX39XX)
        if (platid_match(&platid, &platid_mask_CPU_MIPS_VR_41XX))
@@ -291,8 +291,8 @@
 #endif
 
 #if NBICONSDEV > 0
-       /* 
-        *  bicons don't need actual device initialize.  only bootinfo needed. 
+       /*
+        *  bicons don't need actual device initialize.  only bootinfo needed.
         */
        __bicons_enable = (bicons_init(&bicons) == 0);
        if (__bicons_enable)
@@ -419,8 +419,8 @@
 #else
        (*platform.mem_init)((paddr_t)kernend - MIPS_KSEG0_START);
 #endif
-       /* 
-        *  Clear currently unused D-RAM area 
+       /*
+        *  Clear currently unused D-RAM area
         *  (For reboot Windows CE clearly)
         */
        {



Home | Main Index | Thread Index | Old Index