Module Name: src
Committed By: skrll
Date: Mon Feb 20 17:22:26 UTC 2017
Modified Files:
src/sys/arch/arm/include/arm32: machdep.h
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/arm/include/arm32/machdep.h
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/arm/include/arm32/machdep.h
diff -u src/sys/arch/arm/include/arm32/machdep.h:1.19 src/sys/arch/arm/include/arm32/machdep.h:1.20
--- src/sys/arch/arm/include/arm32/machdep.h:1.19 Wed Nov 11 12:37:13 2015
+++ src/sys/arch/arm/include/arm32/machdep.h Mon Feb 20 17:22:26 2017
@@ -1,9 +1,9 @@
-/* $NetBSD: machdep.h,v 1.19 2015/11/11 12:37:13 jmcneill Exp $ */
+/* $NetBSD: machdep.h,v 1.20 2017/02/20 17:22:26 skrll Exp $ */
#ifndef _ARM32_BOOT_MACHDEP_H_
#define _ARM32_BOOT_MACHDEP_H_
-/* Define various stack sizes in pages */
+/* Define various stack sizes in pages */
#ifndef IRQ_STACK_SIZE
#define IRQ_STACK_SIZE 1
#endif
@@ -68,7 +68,7 @@ void prefetch_abort_handler(trapframe_t
void undefinedinstruction_bounce(trapframe_t *);
void dumpsys(void);
-/*
+/*
* note that we use void *as all the platforms have different ideas on what
* the structure is
*/