Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Drop trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/7c5636de6303
branches:  trunk
changeset: 790425:7c5636de6303
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Mon Oct 07 19:53:05 2013 +0000

description:
Drop trailing whitespace.

diffstat:

 sys/dev/pci/toshide.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r b3b7b9893304 -r 7c5636de6303 sys/dev/pci/toshide.c
--- a/sys/dev/pci/toshide.c     Mon Oct 07 19:51:55 2013 +0000
+++ b/sys/dev/pci/toshide.c     Mon Oct 07 19:53:05 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: toshide.c,v 1.10 2013/10/07 19:51:55 jakllsch Exp $    */
+/*     $NetBSD: toshide.c,v 1.11 2013/10/07 19:53:05 jakllsch Exp $    */
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: toshide.c,v 1.10 2013/10/07 19:51:55 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: toshide.c,v 1.11 2013/10/07 19:53:05 jakllsch Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -49,7 +49,7 @@
     piccolo_match, piccolo_attach, pciide_detach, NULL);
 
 static const struct pciide_product_desc pciide_toshiba2_products[] = {
-       { 
+       {
                PCI_PRODUCT_TOSHIBA2_PICCOLO,
                0,
                "Toshiba Piccolo IDE controller",
@@ -142,7 +142,7 @@
        sc->sc_wdcdev.sc_atac.atac_channels = sc->wdc_chanarray;
        sc->sc_wdcdev.sc_atac.atac_nchannels = 1;
        sc->sc_wdcdev.wdc_maxdrives = 2;
-       /* 
+       /*
         * XXX one for now. We'll figure out how to talk to the second channel
         * later, hopefully! Second interface config is via the
         * "alternate PCI Configuration Space" whatever that is!
@@ -196,7 +196,7 @@
                        /*
                         * Use UDMA - we can go up to mode 2 so no need to
                         * check anything since nearly all drives with UDMA
-                        * are mode 2 or faster 
+                        * are mode 2 or faster
                         */
                        pxdx = pci_conf_read(sc->sc_pc, sc->sc_tag,
                            PICCOLO_DMA_TIMING);



Home | Main Index | Thread Index | Old Index