Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/68bf67e946fd
branches:  trunk
changeset: 822189:68bf67e946fd
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Mar 06 11:10:23 2017 +0000

description:
Trailing whitespace

diffstat:

 sys/arch/arm/include/cpu.h |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r 42a1a1796a93 -r 68bf67e946fd sys/arch/arm/include/cpu.h
--- a/sys/arch/arm/include/cpu.h        Mon Mar 06 10:12:00 2017 +0000
+++ b/sys/arch/arm/include/cpu.h        Mon Mar 06 11:10:23 2017 +0000
@@ -104,7 +104,7 @@
        ((curcpu()->ci_intr_depth > 1) ||                       \
            ((cf)->cf_tf.tf_spsr & PSR_MODE) == PSR_UND32_MODE)
 #else
-#define CLKF_INTR(cf)  ((void)(cf), curcpu()->ci_intr_depth > 1) 
+#define CLKF_INTR(cf)  ((void)(cf), curcpu()->ci_intr_depth > 1)
 #endif
 
 /*
@@ -202,7 +202,7 @@
        armreg_tpidrprw_write((uintptr_t)l);
 }
 
-// Also in <sys/lwp.h> but also here if this was included before <sys/lwp.h> 
+// Also in <sys/lwp.h> but also here if this was included before <sys/lwp.h>
 static inline struct cpu_info *lwp_getcpu(struct lwp *);
 
 #define        curlwp          _curlwp()
@@ -237,7 +237,7 @@
 #define CPU_IS_PRIMARY(ci)     ((ci)->ci_index == 0)
 #define CPU_INFO_FOREACH(cii, ci)                      \
        cii = 0, ci = cpu_info[0]; cii < ncpu && (ci = cpu_info[cii]) != NULL; cii++
-#else 
+#else
 #define cpu_number()            0
 
 #define CPU_IS_PRIMARY(ci)     true
@@ -307,7 +307,7 @@
 void   cpu_set_curpri(int);
 
 /*
- * We've already preallocated the stack for the idlelwps for additional CPUs.  
+ * We've already preallocated the stack for the idlelwps for additional CPUs.
  * This hook allows to return them.
  */
 vaddr_t cpu_uarea_alloc_idlelwp(struct cpu_info *);



Home | Main Index | Thread Index | Old Index