Source-Changes-HG archive

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

[src/trunk]: src/sys/sys nuke trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/e7217a9ca896
branches:  trunk
changeset: 574342:e7217a9ca896
user:      perry <perry%NetBSD.org@localhost>
date:      Sat Feb 26 22:25:34 2005 +0000

description:
nuke trailing whitespace

diffstat:

 sys/sys/agpio.h         |   8 ++++----
 sys/sys/ataio.h         |   4 ++--
 sys/sys/bootblock.h     |   8 ++++----
 sys/sys/buf.h           |   6 +++---
 sys/sys/cdefs_elf.h     |  12 ++++++------
 sys/sys/cdio.h          |  10 +++++-----
 sys/sys/clockctl.h      |   4 ++--
 sys/sys/device.h        |   8 ++++----
 sys/sys/dvdio.h         |   8 ++++----
 sys/sys/event.h         |   6 +++---
 sys/sys/eventvar.h      |   4 ++--
 sys/sys/exec_elf.h      |   6 +++---
 sys/sys/exec_macho.h    |  10 +++++-----
 sys/sys/kprintf.h       |   4 ++--
 sys/sys/ktrace.h        |  10 +++++-----
 sys/sys/lock.h          |   4 ++--
 sys/sys/lwp.h           |   4 ++--
 sys/sys/mbuf.h          |   6 +++---
 sys/sys/md4.h           |   6 +++---
 sys/sys/md5.h           |   8 ++++----
 sys/sys/midiio.h        |   4 ++--
 sys/sys/param.h         |  38 +++++++++++++++++++-------------------
 sys/sys/pmc.h           |   6 +++---
 sys/sys/proc.h          |  16 ++++++++--------
 sys/sys/properties.h    |   4 ++--
 sys/sys/pty.h           |   4 ++--
 sys/sys/queue.h         |   6 +++---
 sys/sys/sched.h         |   6 +++---
 sys/sys/sha1.h          |   6 +++---
 sys/sys/signal.h        |   4 ++--
 sys/sys/sigtypes.h      |   4 ++--
 sys/sys/socket.h        |   6 +++---
 sys/sys/sockio.h        |   4 ++--
 sys/sys/time.h          |   6 +++---
 sys/sys/timepps.h       |   4 ++--
 sys/sys/tree.h          |   4 ++--
 sys/sys/ucontext.h      |   6 +++---
 sys/sys/ucred.h         |   4 ++--
 sys/sys/verified_exec.h |   4 ++--
 sys/sys/vnode.h         |   6 +++---
 sys/sys/wait.h          |   6 +++---
 41 files changed, 142 insertions(+), 142 deletions(-)

diffs (truncated from 1032 to 300 lines):

diff -r db23bdd96715 -r e7217a9ca896 sys/sys/agpio.h
--- a/sys/sys/agpio.h   Sat Feb 26 22:15:10 2005 +0000
+++ b/sys/sys/agpio.h   Sat Feb 26 22:25:34 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: agpio.h,v 1.2 2003/02/24 21:59:52 tron Exp $   */
+/*     $NetBSD: agpio.h,v 1.3 2005/02/26 22:25:34 perry Exp $  */
 
 /*-
  * Copyright (c) 2000 Doug Rabson
@@ -111,9 +111,9 @@
        int key;                /* tag of allocation            */
        size_t pg_count;        /* number of pages              */
        u_int32_t type;         /* 0 == normal, other devspec   */
-       paddr_t physical;       /* device specific (some devices  
-                                * need a phys address of the     
-                                * actual page behind the gatt    
+       paddr_t physical;       /* device specific (some devices
+                                * need a phys address of the
+                                * actual page behind the gatt
                                 * table)                        */
 } agp_allocate;
 
diff -r db23bdd96715 -r e7217a9ca896 sys/sys/ataio.h
--- a/sys/sys/ataio.h   Sat Feb 26 22:15:10 2005 +0000
+++ b/sys/sys/ataio.h   Sat Feb 26 22:25:34 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ataio.h,v 1.5 2004/08/02 19:47:11 bouyer Exp $ */
+/*     $NetBSD: ataio.h,v 1.6 2005/02/26 22:25:34 perry Exp $  */
 
 #ifndef _SYS_ATAIO_H_
 #define _SYS_ATAIO_H_
@@ -38,7 +38,7 @@
 /*
  * ATA bus IOCTL
  */
-/* Scan bus for new devices. */       
+/* Scan bus for new devices. */
 struct atabusioscan_args {
        int     at_dev;         /* device to scan, -1 for wildcard */
 };
diff -r db23bdd96715 -r e7217a9ca896 sys/sys/bootblock.h
--- a/sys/sys/bootblock.h       Sat Feb 26 22:15:10 2005 +0000
+++ b/sys/sys/bootblock.h       Sat Feb 26 22:25:34 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bootblock.h,v 1.36 2005/02/26 13:05:08 dsl Exp $       */
+/*     $NetBSD: bootblock.h,v 1.37 2005/02/26 22:25:34 perry Exp $     */
 
 /*-
  * Copyright (c) 2002-2004 The NetBSD Foundation, Inc.
@@ -724,9 +724,9 @@
 struct mbr_sector {
                                        /* Jump instruction to boot code.  */
                                        /* Usually 0xE9nnnn or 0xEBnn90 */
-       uint8_t                 mbr_jmpboot[3]; 
+       uint8_t                 mbr_jmpboot[3];
                                        /* OEM name and version */
-       uint8_t                 mbr_oemname[8]; 
+       uint8_t                 mbr_oemname[8];
        union {                         /* BIOS Parameter Block */
                struct mbr_bpbFAT12     bpb12;
                struct mbr_bpbFAT16     bpb16;
@@ -1029,7 +1029,7 @@
 #define        HP700_LIF_FILESTART     4096
 
 #define        hp700_btolifs(b)        (((b) + (HP700_LIF_SECTSIZE - 1)) / HP700_LIF_SECTSIZE)
-#define        hp700_lifstob(s)        ((s) * HP700_LIF_SECTSIZE) 
+#define        hp700_lifstob(s)        ((s) * HP700_LIF_SECTSIZE)
 #define        hp700_lifstodb(s)       ((s) * HP700_LIF_SECTSIZE / DEV_BSIZE)
 
 
diff -r db23bdd96715 -r e7217a9ca896 sys/sys/buf.h
--- a/sys/sys/buf.h     Sat Feb 26 22:15:10 2005 +0000
+++ b/sys/sys/buf.h     Sat Feb 26 22:25:34 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: buf.h,v 1.79 2005/01/25 23:55:21 wrstuden Exp $        */
+/*     $NetBSD: buf.h,v 1.80 2005/02/26 22:25:34 perry Exp $   */
 
 /*-
  * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@@ -87,8 +87,8 @@
 #define NOLIST ((struct buf *)0x87654321)
 
 /*
- * To avoid including <ufs/ffs/softdep.h> 
- */   
+ * To avoid including <ufs/ffs/softdep.h>
+ */
 LIST_HEAD(workhead, worklist);
 
 
diff -r db23bdd96715 -r e7217a9ca896 sys/sys/cdefs_elf.h
--- a/sys/sys/cdefs_elf.h       Sat Feb 26 22:15:10 2005 +0000
+++ b/sys/sys/cdefs_elf.h       Sat Feb 26 22:25:34 2005 +0000
@@ -1,21 +1,21 @@
-/*     $NetBSD: cdefs_elf.h,v 1.21 2004/06/07 18:41:38 drochner Exp $  */
+/*     $NetBSD: cdefs_elf.h,v 1.22 2005/02/26 22:25:34 perry Exp $     */
 
 /*
  * Copyright (c) 1995, 1996 Carnegie-Mellon University.
  * 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 db23bdd96715 -r e7217a9ca896 sys/sys/cdio.h
--- a/sys/sys/cdio.h    Sat Feb 26 22:15:10 2005 +0000
+++ b/sys/sys/cdio.h    Sat Feb 26 22:25:34 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cdio.h,v 1.20 2005/02/01 00:31:02 reinoud Exp $        */
+/*     $NetBSD: cdio.h,v 1.21 2005/02/26 22:25:34 perry Exp $  */
 
 #ifndef _SYS_CDIO_H_
 #define _SYS_CDIO_H_
@@ -65,16 +65,16 @@
         u_char  mc_valid:1;
         u_char  :7;
 #endif
-        u_char  mc_number[15]; 
+        u_char  mc_number[15];
 #if BYTE_ORDER == LITTLE_ENDIAN
         u_char  :7;
-        u_char  ti_valid:1;   
+        u_char  ti_valid:1;
 #endif
 #if BYTE_ORDER == BIG_ENDIAN
-        u_char  ti_valid:1;   
+        u_char  ti_valid:1;
         u_char  :7;
 #endif
-        u_char  ti_number[15]; 
+        u_char  ti_number[15];
 };
 
 struct cd_sub_channel_position_data {
diff -r db23bdd96715 -r e7217a9ca896 sys/sys/clockctl.h
--- a/sys/sys/clockctl.h        Sat Feb 26 22:15:10 2005 +0000
+++ b/sys/sys/clockctl.h        Sat Feb 26 22:25:34 2005 +0000
@@ -1,11 +1,11 @@
-/*      $NetBSD: clockctl.h,v 1.9 2005/02/03 19:20:01 perry Exp $ */
+/*      $NetBSD: clockctl.h,v 1.10 2005/02/26 22:25:34 perry Exp $ */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
- * by Emmanuel Dreyfus.  
+ * by Emmanuel Dreyfus.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -r db23bdd96715 -r e7217a9ca896 sys/sys/device.h
--- a/sys/sys/device.h  Sat Feb 26 22:15:10 2005 +0000
+++ b/sys/sys/device.h  Sat Feb 26 22:25:34 2005 +0000
@@ -1,9 +1,9 @@
-/* $NetBSD: device.h,v 1.72 2004/10/23 17:14:12 thorpej Exp $ */
+/* $NetBSD: device.h,v 1.73 2005/02/26 22:25:34 perry Exp $ */
 
 /*
  * Copyright (c) 1996, 2000 Christopher G. Demetriou
  * All rights reserved.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -19,7 +19,7 @@
  *          information about NetBSD.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
- * 
+ *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
@@ -30,7 +30,7 @@
  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- * 
+ *
  * --(license Id: LICENSE.proto,v 1.1 2000/06/13 21:40:26 cgd Exp )--
  */
 
diff -r db23bdd96715 -r e7217a9ca896 sys/sys/dvdio.h
--- a/sys/sys/dvdio.h   Sat Feb 26 22:15:10 2005 +0000
+++ b/sys/sys/dvdio.h   Sat Feb 26 22:25:34 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dvdio.h,v 1.5 2001/12/09 22:54:51 veego Exp $  */
+/*     $NetBSD: dvdio.h,v 1.6 2005/02/26 22:25:34 perry Exp $  */
 
 #include <sys/types.h>
 #include <sys/ioccom.h>
@@ -35,7 +35,7 @@
        u_int32_t end_sector;
        u_int32_t end_sector_l0;
 };
- 
+
 struct dvd_physical {
        u_int8_t type;
        u_int8_t layer_num;
@@ -166,7 +166,7 @@
        u_int8_t type;
        u_int8_t pdrc;
 };
- 
+
 struct dvd_lu_send_rpcstate {
        u_int8_t type           : 2;
        u_int8_t vra            : 3;
@@ -191,7 +191,7 @@
 
 typedef struct {
        u_int16_t report_key_length;
-       u_int8_t reserved1[2];                 
+       u_int8_t reserved1[2];
        u_int8_t ucca           : 3;
        u_int8_t vra            : 3;
        u_int8_t type_code      : 2;
diff -r db23bdd96715 -r e7217a9ca896 sys/sys/event.h
--- a/sys/sys/event.h   Sat Feb 26 22:15:10 2005 +0000
+++ b/sys/sys/event.h   Sat Feb 26 22:25:34 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: event.h,v 1.14 2005/02/03 19:20:01 perry Exp $ */
+/*     $NetBSD: event.h,v 1.15 2005/02/26 22:25:34 perry Exp $ */
 /*-
  * Copyright (c) 1999,2000,2001 Jonathan Lemon <jlemon%FreeBSD.org@localhost>
  * All rights reserved.
@@ -121,7 +121,7 @@
  * This is currently visible to userland to work around broken
  * programs which pull in <sys/proc.h> or <sys/select.h>.
  */
-#include <sys/queue.h> 
+#include <sys/queue.h>
 struct knote;
 SLIST_HEAD(klist, knote);
 
@@ -137,7 +137,7 @@
        uint32_t        filter;         /* filter to lookup or return */
 };
 
-/* map filter to name (max size len) */ 
+/* map filter to name (max size len) */
 #define KFILTER_BYFILTER       _IOWR('k', 0, struct kfilter_mapping)
 /* map name to filter (len ignored) */
 #define KFILTER_BYNAME         _IOWR('k', 1, struct kfilter_mapping)
diff -r db23bdd96715 -r e7217a9ca896 sys/sys/eventvar.h
--- a/sys/sys/eventvar.h        Sat Feb 26 22:15:10 2005 +0000
+++ b/sys/sys/eventvar.h        Sat Feb 26 22:25:34 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: eventvar.h,v 1.4 2003/02/23 22:05:35 pk Exp $  */
+/*     $NetBSD: eventvar.h,v 1.5 2005/02/26 22:25:34 perry Exp $       */
 /*-
  * Copyright (c) 1999,2000 Jonathan Lemon <jlemon%FreeBSD.org@localhost>
  * All rights reserved.
@@ -39,7 +39,7 @@
        TAILQ_HEAD(kqlist, knote) kq_head;      /* list of pending event */
        int             kq_count;               /* number of pending events */
        struct simplelock kq_lock;              /* mutex for queue access */
-       struct selinfo  kq_sel; 
+       struct selinfo  kq_sel;
        struct filedesc *kq_fdp;
        int             kq_state;
 #define        KQ_SLEEP        0x01
diff -r db23bdd96715 -r e7217a9ca896 sys/sys/exec_elf.h
--- a/sys/sys/exec_elf.h        Sat Feb 26 22:15:10 2005 +0000
+++ b/sys/sys/exec_elf.h        Sat Feb 26 22:25:34 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec_elf.h,v 1.80 2005/02/03 19:20:01 perry Exp $      */
+/*     $NetBSD: exec_elf.h,v 1.81 2005/02/26 22:25:34 perry Exp $      */
 
 /*-
  * Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -819,7 +819,7 @@
 
 #ifdef EXEC_ELF32
 int    exec_elf32_makecmds(struct proc *, struct exec_package *);
-int    elf32_copyargs(struct proc *, struct exec_package *, 
+int    elf32_copyargs(struct proc *, struct exec_package *,
            struct ps_strings *, char **, void *);
 
 int    coredump_elf32(struct lwp *, struct vnode *, struct ucred *);



Home | Main Index | Thread Index | Old Index