Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/b0a8600d5bcb
branches:  trunk
changeset: 1025552:b0a8600d5bcb
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Nov 12 07:18:53 2021 +0000

description:
Trailing whitespace

diffstat:

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

diffs (63 lines):

diff -r 30edc2f0b480 -r b0a8600d5bcb sys/dev/pci/vioscsi.c
--- a/sys/dev/pci/vioscsi.c     Fri Nov 12 07:06:06 2021 +0000
+++ b/sys/dev/pci/vioscsi.c     Fri Nov 12 07:18:53 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vioscsi.c,v 1.27 2021/08/07 16:19:14 thorpej Exp $     */
+/*     $NetBSD: vioscsi.c,v 1.28 2021/11/12 07:18:53 skrll Exp $       */
 /*     $OpenBSD: vioscsi.c,v 1.3 2015/03/14 03:38:49 jsg Exp $ */
 
 /*
@@ -18,7 +18,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vioscsi.c,v 1.27 2021/08/07 16:19:14 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vioscsi.c,v 1.28 2021/11/12 07:18:53 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -67,7 +67,7 @@
        kmutex_t                 sc_mutex;
 };
 
-/*      
+/*
  * Each block request uses at least two segments - one for the header
  * and one for the status.
 */
@@ -279,7 +279,7 @@
        struct vioscsi_softc *sc =
            device_private(chan->chan_adapter->adapt_dev);
        struct virtio_softc *vsc = device_private(device_parent(sc->sc_dev));
-       struct scsipi_xfer *xs; 
+       struct scsipi_xfer *xs;
        struct scsipi_periph *periph;
        struct vioscsi_req *vr;
        struct virtio_scsi_req_hdr *req;
@@ -305,7 +305,7 @@
                DPRINTF(("%s: unhandled %d\n", __func__, request));
                return;
        }
-       
+
        xs = arg;
        periph = xs->xs_periph;
 
@@ -619,7 +619,7 @@
        sc->sc_reqs = vaddr;
        sc->sc_nreqs = qsize;
 
-       /* Prepare maps for the requests */ 
+       /* Prepare maps for the requests */
        for (slot=0; slot < qsize; slot++) {
                vr = &sc->sc_reqs[slot];
 
@@ -689,7 +689,7 @@
                return;
        }
 
-       /* Free request maps */ 
+       /* Free request maps */
        for (slot=0; slot < sc->sc_nreqs; slot++) {
                vr = &sc->sc_reqs[slot];
 



Home | Main Index | Thread Index | Old Index