Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/news68k Remove trailing spaces and TABs.



details:   https://anonhg.NetBSD.org/src/rev/fe381f4a1c01
branches:  trunk
changeset: 762947:fe381f4a1c01
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Mar 06 14:54:46 2011 +0000

description:
Remove trailing spaces and TABs.

diffstat:

 sys/arch/news68k/conf/GENERIC        |   6 +++---
 sys/arch/news68k/conf/majors.news68k |   4 ++--
 sys/arch/news68k/include/intr.h      |   8 ++++----
 sys/arch/news68k/news68k/machdep.c   |   6 +++---
 sys/arch/news68k/news68k/mainbus.c   |  14 +++++++-------
 sys/arch/news68k/news68k/vectors.s   |   4 ++--
 6 files changed, 21 insertions(+), 21 deletions(-)

diffs (150 lines):

diff -r b347dd7cfb65 -r fe381f4a1c01 sys/arch/news68k/conf/GENERIC
--- a/sys/arch/news68k/conf/GENERIC     Sun Mar 06 14:52:37 2011 +0000
+++ b/sys/arch/news68k/conf/GENERIC     Sun Mar 06 14:54:46 2011 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: GENERIC,v 1.104 2011/01/03 06:07:44 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.105 2011/03/06 14:54:46 tsutsui Exp $
 #
 # GENERIC machine description file
-# 
+#
 # This machine description file is used to generate the default NetBSD
 # kernel.  The generic kernel does not include all options, subsystems
 # and device drivers, but should be useful for most applications.
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.104 $"
+#ident                 "GENERIC-$Revision: 1.105 $"
 
 maxusers       8
 
diff -r b347dd7cfb65 -r fe381f4a1c01 sys/arch/news68k/conf/majors.news68k
--- a/sys/arch/news68k/conf/majors.news68k      Sun Mar 06 14:52:37 2011 +0000
+++ b/sys/arch/news68k/conf/majors.news68k      Sun Mar 06 14:54:46 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: majors.news68k,v 1.20 2008/11/12 12:36:04 ad Exp $
+#      $NetBSD: majors.news68k,v 1.21 2011/03/06 14:54:47 tsutsui Exp $
 #
 # Device majors for news68k
 #
@@ -48,5 +48,5 @@
 device-major   nsmb            char 98                 nsmb
 
 # Majors up to 143 are reserved for machine-dependant drivers.
-# New machine-independent driver majors are assigned in 
+# New machine-independent driver majors are assigned in
 # sys/conf/majors.
diff -r b347dd7cfb65 -r fe381f4a1c01 sys/arch/news68k/include/intr.h
--- a/sys/arch/news68k/include/intr.h   Sun Mar 06 14:52:37 2011 +0000
+++ b/sys/arch/news68k/include/intr.h   Sun Mar 06 14:54:46 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.h,v 1.25 2009/04/09 10:48:22 tsutsui Exp $        */
+/*     $NetBSD: intr.h,v 1.26 2011/03/06 14:54:47 tsutsui Exp $        */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -49,13 +49,13 @@
 
 extern int idepth;
 
-static inline bool    
+static inline bool
 cpu_intr_p(void)
 {
 
        return idepth != 0;
-}       
-        
+}
+
 extern const uint16_t ipl2psl_table[NIPL];
 
 typedef int ipl_t;
diff -r b347dd7cfb65 -r fe381f4a1c01 sys/arch/news68k/news68k/machdep.c
--- a/sys/arch/news68k/news68k/machdep.c        Sun Mar 06 14:52:37 2011 +0000
+++ b/sys/arch/news68k/news68k/machdep.c        Sun Mar 06 14:54:46 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.90 2011/03/04 22:25:28 joerg Exp $       */
+/*     $NetBSD: machdep.c,v 1.91 2011/03/06 14:54:47 tsutsui Exp $     */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.90 2011/03/04 22:25:28 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.91 2011/03/06 14:54:47 tsutsui Exp $");
 
 #include "opt_ddb.h"
 #include "opt_compat_netbsd.h"
@@ -716,7 +716,7 @@
 /*
  * cpu_exec_aout_makecmds():
  *     CPU-dependent a.out format hook for execve().
- * 
+ *
  * Determine of the given exec package refers to something which we
  * understand and, if so, set up the vmcmds for it.
  *
diff -r b347dd7cfb65 -r fe381f4a1c01 sys/arch/news68k/news68k/mainbus.c
--- a/sys/arch/news68k/news68k/mainbus.c        Sun Mar 06 14:52:37 2011 +0000
+++ b/sys/arch/news68k/news68k/mainbus.c        Sun Mar 06 14:54:46 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mainbus.c,v 1.15 2008/03/28 17:51:51 tsutsui Exp $     */
+/*     $NetBSD: mainbus.c,v 1.16 2011/03/06 14:54:47 tsutsui Exp $     */
 
 /*
  * Copyright (c) 1994, 1995 Carnegie-Mellon University.
@@ -6,17 +6,17 @@
  *
  * Author: Chris G. Demetriou
  * DECstation port: Jonathan Stone
- * 
+ *
  * 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 
+ *
+ * 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
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.15 2008/03/28 17:51:51 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.16 2011/03/06 14:54:47 tsutsui Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r b347dd7cfb65 -r fe381f4a1c01 sys/arch/news68k/news68k/vectors.s
--- a/sys/arch/news68k/news68k/vectors.s        Sun Mar 06 14:52:37 2011 +0000
+++ b/sys/arch/news68k/news68k/vectors.s        Sun Mar 06 14:54:46 2011 +0000
@@ -1,4 +1,4 @@
-|      $NetBSD: vectors.s,v 1.6 2007/02/10 02:03:51 tsutsui Exp $
+|      $NetBSD: vectors.s,v 1.7 2011/03/06 14:54:47 tsutsui Exp $
 
 | Copyright (c) 1997 Jason R. Thorpe.  All rights reserved.
 | Copyright (c) 1988 University of Utah
@@ -95,7 +95,7 @@
 #ifdef COMPAT_16
        VECTOR(trap3)           /* 35: compat_16_sigreturn */
 #else
-       VECTOR(illinst) 
+       VECTOR(illinst)
 #endif
        VECTOR(illinst)         /* 36: TRAP instruction vector */
        VECTOR(illinst)         /* 37: TRAP instruction vector */



Home | Main Index | Thread Index | Old Index