Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arc Remove trailing spaces.



details:   https://anonhg.NetBSD.org/src/rev/8c674b67b87c
branches:  trunk
changeset: 762948:8c674b67b87c
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Mar 06 14:58:42 2011 +0000

description:
Remove trailing spaces.

diffstat:

 sys/arch/arc/arc/c_isa.c             |  16 ++++++++--------
 sys/arch/arc/arc/cpu.c               |   6 +++---
 sys/arch/arc/arc/mainbus.c           |  14 +++++++-------
 sys/arch/arc/arc/p_acer_pica_61.c    |  14 +++++++-------
 sys/arch/arc/arc/p_ms_jazz.c         |  14 +++++++-------
 sys/arch/arc/arc/timervar.h          |  12 ++++++------
 sys/arch/arc/conf/GENERIC            |   8 ++++----
 sys/arch/arc/conf/RPC44              |   8 ++++----
 sys/arch/arc/conf/majors.arc         |   4 ++--
 sys/arch/arc/dti/desktech.h          |   6 +++---
 sys/arch/arc/include/autoconf.h      |  12 ++++++------
 sys/arch/arc/include/isa_machdep.h   |   4 ++--
 sys/arch/arc/isa/isabus.c            |  16 ++++++++--------
 sys/arch/arc/isa/isadma.c            |   8 ++++----
 sys/arch/arc/isa/opms_isa.c          |  14 +++++++-------
 sys/arch/arc/isa/pccons_isa.c        |  14 +++++++-------
 sys/arch/arc/isa/pccons_isavar.h     |  12 ++++++------
 sys/arch/arc/jazz/jazzio.c           |  14 +++++++-------
 sys/arch/arc/jazz/lpt_jazzio.c       |  26 +++++++++++++-------------
 sys/arch/arc/jazz/opms_jazzio.c      |  14 +++++++-------
 sys/arch/arc/jazz/pccons_jazzio.c    |  14 +++++++-------
 sys/arch/arc/jazz/pccons_jazziovar.h |  12 ++++++------
 sys/arch/arc/jazz/pica.h             |   4 ++--
 sys/arch/arc/jazz/rd94.h             |   4 ++--
 sys/arch/arc/jazz/vga_jazzio.c       |  14 +++++++-------
 sys/arch/arc/jazz/vga_jazziovar.h    |  12 ++++++------
 26 files changed, 148 insertions(+), 148 deletions(-)

diffs (truncated from 895 to 300 lines):

diff -r fe381f4a1c01 -r 8c674b67b87c sys/arch/arc/arc/c_isa.c
--- a/sys/arch/arc/arc/c_isa.c  Sun Mar 06 14:54:46 2011 +0000
+++ b/sys/arch/arc/arc/c_isa.c  Sun Mar 06 14:58:42 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: c_isa.c,v 1.9 2005/11/20 04:38:11 tsutsui Exp $        */
+/*     $NetBSD: c_isa.c,v 1.10 2011/03/06 14:58:42 tsutsui Exp $       */
 /*     $OpenBSD: isabus.c,v 1.15 1998/03/16 09:38:46 pefo Exp $        */
 
 /*-
@@ -71,28 +71,28 @@
  *
  *     @(#)isa.c       7.2 (Berkeley) 5/12/91
  */
-/* 
+/*
  * Mach Operating System
  * Copyright (c) 1991,1990,1989 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 Mellon
  * the rights to redistribute these changes.
  */
@@ -123,7 +123,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: c_isa.c,v 1.9 2005/11/20 04:38:11 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: c_isa.c,v 1.10 2011/03/06 14:58:42 tsutsui Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r fe381f4a1c01 -r 8c674b67b87c sys/arch/arc/arc/cpu.c
--- a/sys/arch/arc/arc/cpu.c    Sun Mar 06 14:54:46 2011 +0000
+++ b/sys/arch/arc/arc/cpu.c    Sun Mar 06 14:58:42 2011 +0000
@@ -1,9 +1,9 @@
-/*     $NetBSD: cpu.c,v 1.18 2011/02/20 07:52:42 matt Exp $    */
+/*     $NetBSD: cpu.c,v 1.19 2011/03/06 14:58:42 tsutsui Exp $ */
 /*     $OpenBSD: cpu.c,v 1.8 1997/04/19 17:19:41 pefo Exp $ */
 
 /*
  * Copyright (c) 1997 Per Fogelstrom
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.18 2011/02/20 07:52:42 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.19 2011/03/06 14:58:42 tsutsui Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r fe381f4a1c01 -r 8c674b67b87c sys/arch/arc/arc/mainbus.c
--- a/sys/arch/arc/arc/mainbus.c        Sun Mar 06 14:54:46 2011 +0000
+++ b/sys/arch/arc/arc/mainbus.c        Sun Mar 06 14:58:42 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mainbus.c,v 1.22 2008/07/05 08:46:25 tsutsui Exp $     */
+/*     $NetBSD: mainbus.c,v 1.23 2011/03/06 14:58:42 tsutsui Exp $     */
 /*     $OpenBSD: mainbus.c,v 1.4 1998/10/15 21:30:15 imp Exp $ */
 /*     NetBSD: mainbus.c,v 1.3 1995/06/28 02:45:10 cgd Exp     */
 
@@ -8,17 +8,17 @@
  * All rights reserved.
  *
  * Author: Chris G. Demetriou
- * 
+ *
  * 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
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.22 2008/07/05 08:46:25 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.23 2011/03/06 14:58:42 tsutsui Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r fe381f4a1c01 -r 8c674b67b87c sys/arch/arc/arc/p_acer_pica_61.c
--- a/sys/arch/arc/arc/p_acer_pica_61.c Sun Mar 06 14:54:46 2011 +0000
+++ b/sys/arch/arc/arc/p_acer_pica_61.c Sun Mar 06 14:58:42 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: p_acer_pica_61.c,v 1.11 2010/11/12 16:09:57 uebayasi Exp $     */
+/*     $NetBSD: p_acer_pica_61.c,v 1.12 2011/03/06 14:58:42 tsutsui Exp $      */
 /*     $OpenBSD: picabus.c,v 1.11 1999/01/11 05:11:10 millert Exp $    */
 
 /*
@@ -7,17 +7,17 @@
  *
  * Author: Chris G. Demetriou
  * Author: Per Fogelstrom. (Mips R4x00)
- * 
+ *
  * 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
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: p_acer_pica_61.c,v 1.11 2010/11/12 16:09:57 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: p_acer_pica_61.c,v 1.12 2011/03/06 14:58:42 tsutsui Exp $");
 
 #include <sys/param.h>
 #include <uvm/uvm.h>
diff -r fe381f4a1c01 -r 8c674b67b87c sys/arch/arc/arc/p_ms_jazz.c
--- a/sys/arch/arc/arc/p_ms_jazz.c      Sun Mar 06 14:54:46 2011 +0000
+++ b/sys/arch/arc/arc/p_ms_jazz.c      Sun Mar 06 14:58:42 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: p_ms_jazz.c,v 1.8 2005/12/11 12:16:37 christos Exp $   */
+/*     $NetBSD: p_ms_jazz.c,v 1.9 2011/03/06 14:58:42 tsutsui Exp $    */
 /*     $OpenBSD: picabus.c,v 1.11 1999/01/11 05:11:10 millert Exp $    */
 
 /*
@@ -7,17 +7,17 @@
  *
  * Author: Chris G. Demetriou
  * Author: Per Fogelstrom. (Mips R4x00)
- * 
+ *
  * 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
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: p_ms_jazz.c,v 1.8 2005/12/11 12:16:37 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: p_ms_jazz.c,v 1.9 2011/03/06 14:58:42 tsutsui Exp $");
 
 #include <sys/param.h>
 
diff -r fe381f4a1c01 -r 8c674b67b87c sys/arch/arc/arc/timervar.h
--- a/sys/arch/arc/arc/timervar.h       Sun Mar 06 14:54:46 2011 +0000
+++ b/sys/arch/arc/arc/timervar.h       Sun Mar 06 14:58:42 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: timervar.h,v 1.5 2006/06/24 04:00:21 tsutsui Exp $ */
+/* $NetBSD: timervar.h,v 1.6 2011/03/06 14:58:42 tsutsui Exp $ */
 /* NetBSD: clockvar.h,v 1.4 1997/06/22 08:02:18 jonathan Exp  */
 
 /*
@@ -6,17 +6,17 @@
  * All rights reserved.
  *
  * Author: Chris G. Demetriou
- * 
+ *
  * 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
diff -r fe381f4a1c01 -r 8c674b67b87c sys/arch/arc/conf/GENERIC
--- a/sys/arch/arc/conf/GENERIC Sun Mar 06 14:54:46 2011 +0000
+++ b/sys/arch/arc/conf/GENERIC Sun Mar 06 14:58:42 2011 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: GENERIC,v 1.165 2010/11/23 11:13:54 hannken Exp $
+# $NetBSD: GENERIC,v 1.166 2011/03/06 14:58:43 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.165 $"
+#ident         "GENERIC-$Revision: 1.166 $"
 
 maxusers       32              # estimated number of users
 
@@ -59,7 +59,7 @@
 #options       PIPE_SOCKETPAIR # smaller, but slower pipe(2)
 options        SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
-# Enable experimental buffer queue strategy for better responsiveness under 
+# Enable experimental buffer queue strategy for better responsiveness under
 # high disk I/O load. Use it with caution - it's not proven to be stable yet.
 #options       BUFQ_READPRIO
 #options       BUFQ_PRIOCSCAN
diff -r fe381f4a1c01 -r 8c674b67b87c sys/arch/arc/conf/RPC44
--- a/sys/arch/arc/conf/RPC44   Sun Mar 06 14:54:46 2011 +0000
+++ b/sys/arch/arc/conf/RPC44   Sun Mar 06 14:58:42 2011 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: RPC44,v 1.37 2010/11/23 11:13:54 hannken Exp $
+# $NetBSD: RPC44,v 1.38 2011/03/06 14:58:43 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.37 $"
+#ident         "GENERIC-$Revision: 1.38 $"
 
 maxusers       32              # estimated number of users
 
@@ -48,7 +48,7 @@
 #options       PIPE_SOCKETPAIR # smaller, but slower pipe(2)
 options        SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
-# Enable experimental buffer queue strategy for better responsiveness under 
+# Enable experimental buffer queue strategy for better responsiveness under
 # high disk I/O load. Use it with caution - it's not proven to be stable yet.
 #options       BUFQ_READPRIO
 #options       BUFQ_PRIOCSCAN
diff -r fe381f4a1c01 -r 8c674b67b87c sys/arch/arc/conf/majors.arc
--- a/sys/arch/arc/conf/majors.arc      Sun Mar 06 14:54:46 2011 +0000
+++ b/sys/arch/arc/conf/majors.arc      Sun Mar 06 14:58:42 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: majors.arc,v 1.22 2008/11/12 12:35:57 ad Exp $
+#      $NetBSD: majors.arc,v 1.23 2011/03/06 14:58:43 tsutsui Exp $



Home | Main Index | Thread Index | Old Index