Source-Changes-HG archive

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

[src/trunk]: src/sys/dev Trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/79a3a5bf130f
branches:  trunk
changeset: 339420:79a3a5bf130f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Jul 21 21:42:15 2015 +0000

description:
Trailing whitespace.

diffstat:

 sys/dev/ccd.c |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (63 lines):

diff -r e010e21e11c0 -r 79a3a5bf130f sys/dev/ccd.c
--- a/sys/dev/ccd.c     Tue Jul 21 12:05:02 2015 +0000
+++ b/sys/dev/ccd.c     Tue Jul 21 21:42:15 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ccd.c,v 1.163 2015/06/18 17:21:55 christos Exp $       */
+/*     $NetBSD: ccd.c,v 1.164 2015/07/21 21:42:15 skrll Exp $  */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 1999, 2007, 2009 The NetBSD Foundation, Inc.
@@ -88,7 +88,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ccd.c,v 1.163 2015/06/18 17:21:55 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ccd.c,v 1.164 2015/07/21 21:42:15 skrll Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
@@ -278,7 +278,7 @@
        return sc;
 }
 
-static void 
+static void
 ccdput(struct ccd_softc *sc) {
        mutex_enter(&ccd_lock);
        LIST_REMOVE(sc, sc_link);
@@ -453,7 +453,7 @@
        dg->dg_nsectors = ccg->ccg_nsectors;
        dg->dg_ntracks = ccg->ccg_ntracks;
        dg->dg_ncylinders = ccg->ccg_ncylinders;
-       
+
        if (cs->sc_ileave > 0)
                aprint_normal("%s: Interleaving %d component%s "
                    "(%d block interleave)\n", cs->sc_xname,
@@ -1197,7 +1197,7 @@
                }
        }
 
-       error = disk_ioctl(&cs->sc_dkdev, dev, cmd, data, flag, l); 
+       error = disk_ioctl(&cs->sc_dkdev, dev, cmd, data, flag, l);
        if (error != EPASSTHROUGH)
                goto out;
 
@@ -1798,7 +1798,7 @@
 
        if (size == 0)
                return ENOENT;
-       names = kmem_zalloc(size, KM_SLEEP); 
+       names = kmem_zalloc(size, KM_SLEEP);
        if (names == NULL)
                return ENOMEM;
 
@@ -1809,7 +1809,7 @@
                if (sc->sc_unit == unit) {
                        for (size_t i = 0; i < sc->sc_nccdisks; i++) {
                                char *d = sc->sc_cinfo[i].ci_path;
-                               while (p < ep && (*p++ = *d++) != '\0') 
+                               while (p < ep && (*p++ = *d++) != '\0')
                                        continue;
                        }
                        break;



Home | Main Index | Thread Index | Old Index