Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/b1f4cecde7b7
branches:  trunk
changeset: 455845:b1f4cecde7b7
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Apr 15 20:38:18 2019 +0000

description:
Trailing whitespace

diffstat:

 sys/arch/hppa/conf/GENERIC   |   6 +++---
 sys/arch/hppa/dev/com_ssio.c |   4 ++--
 sys/arch/hppa/dev/lasi.c     |   6 +++---
 sys/arch/hppa/dev/mongoose.c |   6 +++---
 sys/arch/hppa/dev/pdc.c      |  16 ++++++++--------
 sys/arch/hppa/dev/power.c    |   4 ++--
 sys/arch/hppa/dev/sti_sgc.c  |  10 +++++-----
 sys/arch/hppa/dev/uturn.c    |   6 +++---
 8 files changed, 29 insertions(+), 29 deletions(-)

diffs (260 lines):

diff -r b52d3f62f1ea -r b1f4cecde7b7 sys/arch/hppa/conf/GENERIC
--- a/sys/arch/hppa/conf/GENERIC        Mon Apr 15 20:35:25 2019 +0000
+++ b/sys/arch/hppa/conf/GENERIC        Mon Apr 15 20:38:18 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.25 2019/03/23 13:05:24 maxv Exp $
+# $NetBSD: GENERIC,v 1.26 2019/04/15 20:38:18 skrll Exp $
 #
 # GENERIC machine description file
 #
@@ -23,7 +23,7 @@
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 options        SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
-#ident                 "GENERIC-$Revision: 1.25 $"
+#ident                 "GENERIC-$Revision: 1.26 $"
 
 maxusers       32              # estimated number of users
 
@@ -248,7 +248,7 @@
 #dino* at gecko?               # PCI bus bridge
 #wax*  at gecko?               # Wax GSC to GSC Bus Adapter
 
-# Astro memory & I/O controller 
+# Astro memory & I/O controller
 astro* at mainbus0             # Astro memory & I/O controller
 elroy* at astro?
 
diff -r b52d3f62f1ea -r b1f4cecde7b7 sys/arch/hppa/dev/com_ssio.c
--- a/sys/arch/hppa/dev/com_ssio.c      Mon Apr 15 20:35:25 2019 +0000
+++ b/sys/arch/hppa/dev/com_ssio.c      Mon Apr 15 20:38:18 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: com_ssio.c,v 1.2 2018/12/08 17:46:11 thorpej Exp $     */
+/*     $NetBSD: com_ssio.c,v 1.3 2019/04/15 20:40:37 skrll Exp $       */
 
 /*     $OpenBSD: com_ssio.c,v 1.2 2007/06/24 16:28:39 kettenis Exp $   */
 
@@ -91,7 +91,7 @@
            PAGE0->mem_cons.pz_hpa == (struct iomod *)ioh) {
                bus_space_unmap(iot, ioh, COM_NPORTS);
                if (comcnattach(iot, iobase, B9600, COM_SSIO_FREQ,
-                   COM_TYPE_NORMAL, 
+                   COM_TYPE_NORMAL,
                    (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8) != 0) {
                        aprint_error(": can't comcnattach\n");
                        hppa_pagezero_unmap(pagezero_cookie);
diff -r b52d3f62f1ea -r b1f4cecde7b7 sys/arch/hppa/dev/lasi.c
--- a/sys/arch/hppa/dev/lasi.c  Mon Apr 15 20:35:25 2019 +0000
+++ b/sys/arch/hppa/dev/lasi.c  Mon Apr 15 20:38:18 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lasi.c,v 1.1 2014/02/24 07:23:42 skrll Exp $   */
+/*     $NetBSD: lasi.c,v 1.2 2019/04/15 20:40:37 skrll Exp $   */
 
 /*     $OpenBSD: lasi.c,v 1.4 2001/06/09 03:57:19 mickey Exp $ */
 
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lasi.c,v 1.1 2014/02/24 07:23:42 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lasi.c,v 1.2 2019/04/15 20:40:37 skrll Exp $");
 
 #undef LASIDEBUG
 
@@ -70,7 +70,7 @@
 
 struct lasi_softc {
        device_t sc_dev;
-       
+
        struct hppa_interrupt_register sc_ir;
 
        struct lasi_hwr volatile *sc_hw;
diff -r b52d3f62f1ea -r b1f4cecde7b7 sys/arch/hppa/dev/mongoose.c
--- a/sys/arch/hppa/dev/mongoose.c      Mon Apr 15 20:35:25 2019 +0000
+++ b/sys/arch/hppa/dev/mongoose.c      Mon Apr 15 20:38:18 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mongoose.c,v 1.4 2017/10/10 13:47:27 maya Exp $        */
+/*     $NetBSD: mongoose.c,v 1.5 2019/04/15 20:40:37 skrll Exp $       */
 
 /*     $OpenBSD: mongoose.c,v 1.19 2010/01/01 20:28:42 kettenis Exp $  */
 
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mongoose.c,v 1.4 2017/10/10 13:47:27 maya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mongoose.c,v 1.5 2019/04/15 20:40:37 skrll Exp $");
 
 #define MONGOOSE_DEBUG 9
 
@@ -302,7 +302,7 @@
        iv->iv_pri = pri;
        iv->iv_handler = handler;
        iv->iv_arg = arg;
-       
+
        if (irq < 8) {
                imr = &sc->sc_ctrl->imr0;
                pic = &sc->sc_ctrl->pic0;
diff -r b52d3f62f1ea -r b1f4cecde7b7 sys/arch/hppa/dev/pdc.c
--- a/sys/arch/hppa/dev/pdc.c   Mon Apr 15 20:35:25 2019 +0000
+++ b/sys/arch/hppa/dev/pdc.c   Mon Apr 15 20:38:18 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pdc.c,v 1.3 2014/07/27 02:56:09 dholland Exp $ */
+/*     $NetBSD: pdc.c,v 1.4 2019/04/15 20:40:37 skrll Exp $    */
 
 /*     $OpenBSD: pdc.c,v 1.14 2001/04/29 21:05:43 mickey Exp $ */
 
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pdc.c,v 1.3 2014/07/27 02:56:09 dholland Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pdc.c,v 1.4 2019/04/15 20:40:37 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -567,7 +567,7 @@
        int err;
 
        err = pdc_call((iodcio_t)pdc, 0, PDC_CHASSIS, PDC_CHASSIS_DISP, disp);
-       
+
        return err;
 }
 
@@ -583,7 +583,7 @@
 
        memcpy(pci, &pdcret1, sizeof(*pci));
        memcpy(pcl, &pdcret2, sizeof(*pcl));
-       
+
        return err;
 }
 
@@ -747,7 +747,7 @@
 
        return err;
 }
- 
+
 int
 pdcproc_block_tlb(struct pdc_btlb *pb)
 {
@@ -852,7 +852,7 @@
        memcpy(psm, &pdcret1, sizeof(*psm));
 
        return err;
-       
+
 }
 
 int
@@ -876,7 +876,7 @@
 pdcproc_soft_power_info(struct pdc_power_info *pspi)
 {
        int err;
-       
+
        err = pdc_call((iodcio_t)pdc, 0, PDC_SOFT_POWER, PDC_SOFT_POWER_INFO,
            &pdcret1, 0);
        if (err < 0)
@@ -993,7 +993,7 @@
            &pdcret1, 0, &int_tbl);
        if (err < 0)
                return err;
-           
+
        memcpy(table, int_tbl, size);
 
        return err;
diff -r b52d3f62f1ea -r b1f4cecde7b7 sys/arch/hppa/dev/power.c
--- a/sys/arch/hppa/dev/power.c Mon Apr 15 20:35:25 2019 +0000
+++ b/sys/arch/hppa/dev/power.c Mon Apr 15 20:38:18 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: power.c,v 1.2 2017/06/01 02:45:06 chs Exp $    */
+/*     $NetBSD: power.c,v 1.3 2019/04/15 20:40:37 skrll Exp $  */
 
 /*
  * Copyright (c) 2004 Jochen Kunz.
@@ -277,7 +277,7 @@
 
        if (error)
                goto err_sysctl;
-       
+
        error = sysctl_createv(&sysctl_log, 0, NULL, &pwr_sw_node, 0,
            CTLTYPE_NODE, "power_switch", NULL, NULL, 0, NULL, 0,
            CTL_MACHDEP, CTL_CREATE, CTL_EOL);
diff -r b52d3f62f1ea -r b1f4cecde7b7 sys/arch/hppa/dev/sti_sgc.c
--- a/sys/arch/hppa/dev/sti_sgc.c       Mon Apr 15 20:35:25 2019 +0000
+++ b/sys/arch/hppa/dev/sti_sgc.c       Mon Apr 15 20:38:18 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sti_sgc.c,v 1.1 2014/02/24 07:23:43 skrll Exp $        */
+/*     $NetBSD: sti_sgc.c,v 1.2 2019/04/15 20:40:37 skrll Exp $        */
 
 /*     $OpenBSD: sti_sgc.c,v 1.38 2009/02/06 22:51:04 miod Exp $       */
 
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sti_sgc.c,v 1.1 2014/02/24 07:23:43 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sti_sgc.c,v 1.2 2019/04/15 20:40:37 skrll Exp $");
 
 #include "opt_cputype.h"
 
@@ -126,7 +126,7 @@
                if (i < 0)
                        rom = 0;
        }
-       
+
        if (rom < HPPA_IOBEGIN) {
                if (ca->ca_naddrs > 0)
                        rom = ca->ca_addrs[0].addr;
@@ -235,7 +235,7 @@
        pagezero_cookie = hppa_pagezero_map();
        consaddr = (hppa_hpa_t)PAGE0->mem_cons.pz_hpa;
        hppa_pagezero_unmap(pagezero_cookie);
-       
+
        sc->sc_dev = self;
        sc->sc_enable_rom = NULL;
        sc->sc_disable_rom = NULL;
@@ -280,6 +280,6 @@
 sti_sgc_end_attach(device_t dev)
 {
        struct sti_softc *sc = device_private(dev);
-       
+
        sti_end_attach(sc);
 }
diff -r b52d3f62f1ea -r b1f4cecde7b7 sys/arch/hppa/dev/uturn.c
--- a/sys/arch/hppa/dev/uturn.c Mon Apr 15 20:35:25 2019 +0000
+++ b/sys/arch/hppa/dev/uturn.c Mon Apr 15 20:38:18 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uturn.c,v 1.1 2014/02/24 07:23:43 skrll Exp $  */
+/*     $NetBSD: uturn.c,v 1.2 2019/04/15 20:40:37 skrll Exp $  */
 
 /*     $OpenBSD: uturn.c,v 1.6 2007/12/29 01:26:14 kettenis Exp $      */
 
@@ -391,7 +391,7 @@
  * | PPN   | Virtual Index  |         Physical Page Number (PPN)           |
  * | [0:3] |    [0:11]      |                 [4:19]                       |
  * +-------+----------------+----------------------------------------------+
- * 
+ *
  * +-----------------------+-----------------------------------------------+
  * |0           19|20    24|   25   |       |       |      |  30   |   31  |
  * |     PPN      |  Rsvd  | PH     |Update | Rsvd  |Lock  | Safe  | Valid |
@@ -433,7 +433,7 @@
 
        /* mask off top PPN bits */
        pdir_entry &= 0x0000ffffffffffffUL;
-       
+
        /* insert the virtual index bits */
        pdir_entry |= (((uint64_t)ci >> 12) << 48);
 



Home | Main Index | Thread Index | Old Index