Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/563a7b2ad2d8
branches:  trunk
changeset: 1027715:563a7b2ad2d8
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Dec 17 06:26:13 2021 +0000

description:
Trailing whitespace

diffstat:

 sys/arch/arc/isa/isadma_bounce.c      |  8 ++++----
 sys/arch/atari/isa/isa_dma.c          |  8 ++++----
 sys/arch/evbmips/isa/isadma_bounce.c  |  6 +++---
 sys/arch/powerpc/isa/isadma_machdep.c |  8 ++++----
 sys/arch/x68k/dev/intio.c             |  6 +++---
 sys/arch/x86/isa/isa_machdep.c        |  6 +++---
 6 files changed, 21 insertions(+), 21 deletions(-)

diffs (189 lines):

diff -r 9a0997f15f6c -r 563a7b2ad2d8 sys/arch/arc/isa/isadma_bounce.c
--- a/sys/arch/arc/isa/isadma_bounce.c  Fri Dec 17 03:50:18 2021 +0000
+++ b/sys/arch/arc/isa/isadma_bounce.c  Fri Dec 17 06:26:13 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isadma_bounce.c,v 1.16 2020/11/18 02:14:13 thorpej Exp $ */
+/* $NetBSD: isadma_bounce.c,v 1.17 2021/12/17 06:26:13 skrll Exp $ */
 /* NetBSD: isadma_bounce.c,v 1.2 2000/06/01 05:49:36 thorpej Exp  */
 
 /*-
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: isadma_bounce.c,v 1.16 2020/11/18 02:14:13 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isadma_bounce.c,v 1.17 2021/12/17 06:26:13 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -164,7 +164,7 @@
 static int
 isadma_bounce_cookie_alloc(bus_dma_tag_t const t, bus_dmamap_t const map,
     int const flags)
-{        
+{
        struct isadma_bounce_cookie *cookie;
        int cookieflags = isadma_bounce_cookieflags(t, map);
 
@@ -181,7 +181,7 @@
 
 static void
 isadma_bounce_cookie_free(bus_dmamap_t const map)
-{        
+{
        struct isadma_bounce_cookie *cookie = map->_dm_cookie;
 
        if (cookie != NULL) {
diff -r 9a0997f15f6c -r 563a7b2ad2d8 sys/arch/atari/isa/isa_dma.c
--- a/sys/arch/atari/isa/isa_dma.c      Fri Dec 17 03:50:18 2021 +0000
+++ b/sys/arch/atari/isa/isa_dma.c      Fri Dec 17 06:26:13 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: isa_dma.c,v 1.13 2021/01/04 18:23:10 thorpej Exp $     */
+/*     $NetBSD: isa_dma.c,v 1.14 2021/12/17 06:26:13 skrll Exp $       */
 
 #define ISA_DMA_STATS
 
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isa_dma.c,v 1.13 2021/01/04 18:23:10 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isa_dma.c,v 1.14 2021/12/17 06:26:13 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -180,7 +180,7 @@
         */
        if (avail_end <= t->_bounce_thresh ||
            (flags & ISABUS_DMA_32BIT) != 0) {
-               /* Bouncing not necessary due to memory size. */ 
+               /* Bouncing not necessary due to memory size. */
                map->_dm_bounce_thresh = 0;
        }
        if (map->_dm_bounce_thresh != 0 ||
@@ -364,7 +364,7 @@
  */
 int
 _isa_bus_dmamap_load_mbuf(bus_dma_tag_t t, bus_dmamap_t map, struct mbuf *m0,
-    int flags)  
+    int flags)
 {
        struct atari_isa_dma_cookie *cookie = map->_dm_cookie;
        int error;
diff -r 9a0997f15f6c -r 563a7b2ad2d8 sys/arch/evbmips/isa/isadma_bounce.c
--- a/sys/arch/evbmips/isa/isadma_bounce.c      Fri Dec 17 03:50:18 2021 +0000
+++ b/sys/arch/evbmips/isa/isadma_bounce.c      Fri Dec 17 06:26:13 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: isadma_bounce.c,v 1.12 2016/02/26 18:15:59 christos Exp $      */
+/*     $NetBSD: isadma_bounce.c,v 1.13 2021/12/17 06:26:13 skrll Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2000, 2001 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isadma_bounce.c,v 1.12 2016/02/26 18:15:59 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isadma_bounce.c,v 1.13 2021/12/17 06:26:13 skrll Exp $");
 
 #define _MIPS_BUS_DMA_PRIVATE
 
@@ -223,7 +223,7 @@
  */
 int
 isadma_bounce_dmamap_load_mbuf(bus_dma_tag_t t, bus_dmamap_t map,
-    struct mbuf *m0, int flags)  
+    struct mbuf *m0, int flags)
 {
        struct mips_bus_dma_cookie *cookie = map->_dm_cookie;
        int error;
diff -r 9a0997f15f6c -r 563a7b2ad2d8 sys/arch/powerpc/isa/isadma_machdep.c
--- a/sys/arch/powerpc/isa/isadma_machdep.c     Fri Dec 17 03:50:18 2021 +0000
+++ b/sys/arch/powerpc/isa/isadma_machdep.c     Fri Dec 17 06:26:13 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: isadma_machdep.c,v 1.11 2016/12/23 07:15:27 cherry Exp $       */
+/*     $NetBSD: isadma_machdep.c,v 1.12 2021/12/17 06:26:13 skrll Exp $        */
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isadma_machdep.c,v 1.11 2016/12/23 07:15:27 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isadma_machdep.c,v 1.12 2021/12/17 06:26:13 skrll Exp $");
 
 #define ISA_DMA_STATS
 
@@ -130,7 +130,7 @@
        _bus_dmamem_free,
        _bus_dmamem_map,
        _bus_dmamem_unmap,
-       _bus_dmamem_mmap, 
+       _bus_dmamem_mmap,
 };
 
 /**********************************************************************
@@ -570,7 +570,7 @@
                 */
                break;
            }
-       
+
        case ID_BUFTYPE_UIO:
                panic("_isa_bus_dmamap_sync: ID_BUFTYPE_UIO");
                break;
diff -r 9a0997f15f6c -r 563a7b2ad2d8 sys/arch/x68k/dev/intio.c
--- a/sys/arch/x68k/dev/intio.c Fri Dec 17 03:50:18 2021 +0000
+++ b/sys/arch/x68k/dev/intio.c Fri Dec 17 06:26:13 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intio.c,v 1.49 2021/08/07 16:19:07 thorpej Exp $       */
+/*     $NetBSD: intio.c,v 1.50 2021/12/17 06:26:13 skrll Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intio.c,v 1.49 2021/08/07 16:19:07 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intio.c,v 1.50 2021/12/17 06:26:13 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -445,7 +445,7 @@
        /*
         * Allocate our cookie.
         */
-       cookie = malloc(cookiesize, M_DMAMAP, 
+       cookie = malloc(cookiesize, M_DMAMAP,
            ((flags & BUS_DMA_NOWAIT) ? M_NOWAIT : M_WAITOK) | M_ZERO);
        if (cookie == NULL) {
                error = ENOMEM;
diff -r 9a0997f15f6c -r 563a7b2ad2d8 sys/arch/x86/isa/isa_machdep.c
--- a/sys/arch/x86/isa/isa_machdep.c    Fri Dec 17 03:50:18 2021 +0000
+++ b/sys/arch/x86/isa/isa_machdep.c    Fri Dec 17 06:26:13 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: isa_machdep.c,v 1.49 2021/10/16 13:15:01 jmcneill Exp $        */
+/*     $NetBSD: isa_machdep.c,v 1.50 2021/12/17 06:26:14 skrll Exp $   */
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isa_machdep.c,v 1.49 2021/10/16 13:15:01 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isa_machdep.c,v 1.50 2021/12/17 06:26:14 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -255,7 +255,7 @@
                panic("intr_disestablish: bogus irq");
 
        intr_disestablish(ih);
-#endif 
+#endif
 }
 
 void



Home | Main Index | Thread Index | Old Index