Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/d5d654fb0e22
branches:  trunk
changeset: 825175:d5d654fb0e22
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Jul 02 16:06:42 2017 +0000

description:
Trailing whitespace

diffstat:

 sys/arch/arm/arm/syscall.c         |  8 ++++----
 sys/arch/arm/arm32/arm32_machdep.c |  6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (63 lines):

diff -r 7b77bf65f2c7 -r d5d654fb0e22 sys/arch/arm/arm/syscall.c
--- a/sys/arch/arm/arm/syscall.c        Sun Jul 02 15:28:25 2017 +0000
+++ b/sys/arch/arm/arm/syscall.c        Sun Jul 02 16:06:42 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: syscall.c,v 1.60 2014/08/13 21:41:32 matt Exp $        */
+/*     $NetBSD: syscall.c,v 1.61 2017/07/02 16:06:42 skrll Exp $       */
 
 /*-
  * Copyright (c) 2000, 2003 The NetBSD Foundation, Inc.
@@ -71,7 +71,7 @@
 
 #include <sys/param.h>
 
-__KERNEL_RCSID(0, "$NetBSD: syscall.c,v 1.60 2014/08/13 21:41:32 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscall.c,v 1.61 2017/07/02 16:06:42 skrll Exp $");
 
 #include <sys/cpu.h>
 #include <sys/device.h>
@@ -103,7 +103,7 @@
        /*
         * Enable interrupts if they were enabled before the exception.
         * Since all syscalls *should* come from user mode it will always
-        * be safe to enable them, but check anyway. 
+        * be safe to enable them, but check anyway.
         */
 #ifdef acorn26
        if ((tf->tf_r15 & R15_IRQ_DISABLE) == 0)
@@ -225,7 +225,7 @@
                ksi.ksi_signo = SIGILL;
                ksi.ksi_code = ILL_ILLTRP;
 #ifdef THUMB_CODE
-               if (tf->tf_spsr & PSR_T_bit) 
+               if (tf->tf_spsr & PSR_T_bit)
                        ksi.ksi_addr = (void *)(tf->tf_pc - THUMB_INSN_SIZE);
                else
 #endif
diff -r 7b77bf65f2c7 -r d5d654fb0e22 sys/arch/arm/arm32/arm32_machdep.c
--- a/sys/arch/arm/arm32/arm32_machdep.c        Sun Jul 02 15:28:25 2017 +0000
+++ b/sys/arch/arm/arm32/arm32_machdep.c        Sun Jul 02 16:06:42 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: arm32_machdep.c,v 1.112 2016/07/16 01:49:42 mrg Exp $  */
+/*     $NetBSD: arm32_machdep.c,v 1.113 2017/07/02 16:06:42 skrll Exp $        */
 
 /*
  * Copyright (c) 1994-1998 Mark Brinicombe.
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: arm32_machdep.c,v 1.112 2016/07/16 01:49:42 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: arm32_machdep.c,v 1.113 2017/07/02 16:06:42 skrll Exp $");
 
 #include "opt_modular.h"
 #include "opt_md.h"
@@ -251,7 +251,7 @@
 /*
  * void cpu_startup(void)
  *
- * Machine dependent startup code. 
+ * Machine dependent startup code.
  *
  */
 void



Home | Main Index | Thread Index | Old Index