Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/8dbb74afe668
branches:  trunk
changeset: 328215:8dbb74afe668
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Mar 29 15:48:01 2014 +0000

description:
Trailing whitespace

diffstat:

 sys/arch/arm/arm/db_trace.c |  26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diffs (80 lines):

diff -r 21eb45a2ef3f -r 8dbb74afe668 sys/arch/arm/arm/db_trace.c
--- a/sys/arch/arm/arm/db_trace.c       Sat Mar 29 15:47:40 2014 +0000
+++ b/sys/arch/arm/arm/db_trace.c       Sat Mar 29 15:48:01 2014 +0000
@@ -1,37 +1,37 @@
-/*     $NetBSD: db_trace.c,v 1.29 2014/03/29 15:47:40 skrll Exp $      */
+/*     $NetBSD: db_trace.c,v 1.30 2014/03/29 15:48:01 skrll Exp $      */
 
-/* 
+/*
  * Copyright (c) 2000, 2001 Ben Harris
  * Copyright (c) 1996 Scott K. Stevens
  *
  * Mach Operating System
  * Copyright (c) 1991,1990 Carnegie Mellon University
  * All Rights Reserved.
- * 
+ *
  * Permission to use, copy, modify and distribute this software and its
  * documentation is hereby granted, provided that both the copyright
  * notice and this permission notice appear in all copies of the
  * software, derivative works or modified versions, and any portions
  * thereof, and that both notices appear in supporting documentation.
- * 
+ *
  * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
  * CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
  * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
- * 
+ *
  * Carnegie Mellon requests users of this software to return to
- * 
+ *
  *  Software Distribution Coordinator  or  Software.Distribution%CS.CMU.EDU@localhost
  *  School of Computer Science
  *  Carnegie Mellon University
  *  Pittsburgh PA 15213-3890
- * 
+ *
  * any improvements or extensions that they make and grant Carnegie the
  * rights to redistribute these changes.
  */
 
 #include <sys/param.h>
 
-__KERNEL_RCSID(0, "$NetBSD: db_trace.c,v 1.29 2014/03/29 15:47:40 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_trace.c,v 1.30 2014/03/29 15:48:01 skrll Exp $");
 
 #include <sys/proc.h>
 #include <arm/armreg.h>
@@ -53,7 +53,7 @@
  * a structure to represent them is a good idea.
  *
  * Here's the diagram from the APCS.  Increasing address is _up_ the page.
- * 
+ *
  *          save code pointer       [fp]        <- fp points to here
  *          return link value       [fp, #-4]
  *          return sp value         [fp, #-8]
@@ -70,9 +70,9 @@
  *          [saved a2 value]
  *          [saved a1 value]
  *
- * The save code pointer points twelve bytes beyond the start of the 
- * code sequence (usually a single STM) that created the stack frame.  
- * We have to disassemble it if we want to know which of the optional 
+ * The save code pointer points twelve bytes beyond the start of the
+ * code sequence (usually a single STM) that created the stack frame.
+ * We have to disassemble it if we want to know which of the optional
  * fields are actually present.
  */
 
@@ -241,7 +241,7 @@
 #else
                pc = frame[FR_RLV];
 #endif
-               
+
                frame = (uint32_t *)(frame[FR_RFP]);
 
                if (INKERNEL((int)frame)) {



Home | Main Index | Thread Index | Old Index