Module Name:    src
Committed By:   skrll
Date:           Sun May  7 12:20:50 UTC 2017

Modified Files:
        src/sys/arch/hpcmips/hpcmips: machdep.c

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 src/sys/arch/hpcmips/hpcmips/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hpcmips/hpcmips/machdep.c
diff -u src/sys/arch/hpcmips/hpcmips/machdep.c:1.121 src/sys/arch/hpcmips/hpcmips/machdep.c:1.122
--- src/sys/arch/hpcmips/hpcmips/machdep.c:1.121	Thu Dec 22 14:47:57 2016
+++ src/sys/arch/hpcmips/hpcmips/machdep.c	Sun May  7 12:20:50 2017
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 
 #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 @@ extern void stacktrace(void); /*XXX*/
 
 /*
  * 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 @@ mach_init(int argc, char *argv[], struct
 	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 @@ mach_init(int argc, char *argv[], struct
 #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 @@ mach_init(int argc, char *argv[], struct
 #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)
 	 */
 	{

Reply via email to