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/63d32cb3f565
branches:  trunk
changeset: 951945:63d32cb3f565
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Feb 08 06:56:26 2021 +0000

description:
Trailing whitespace

diffstat:

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

diffs (42 lines):

diff -r e3c82b1d9c2e -r 63d32cb3f565 sys/dev/pci/if_vioif.c
--- a/sys/dev/pci/if_vioif.c    Mon Feb 08 01:00:49 2021 +0000
+++ b/sys/dev/pci/if_vioif.c    Mon Feb 08 06:56:26 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_vioif.c,v 1.69 2021/02/03 21:04:41 reinoud Exp $    */
+/*     $NetBSD: if_vioif.c,v 1.70 2021/02/08 06:56:26 skrll Exp $      */
 
 /*
  * Copyright (c) 2020 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_vioif.c,v 1.69 2021/02/03 21:04:41 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_vioif.c,v 1.70 2021/02/08 06:56:26 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_net_mpsafe.h"
@@ -1669,12 +1669,12 @@
        if (more) {
                vioif_rx_sched_handle(sc, rxq);
                return;
-       } 
+       }
        more = virtio_start_vq_intr(vsc, rxq->rxq_vq);
        if (more) {
                vioif_rx_sched_handle(sc, rxq);
                return;
-       } 
+       }
        atomic_store_relaxed(&rxq->rxq_active, false);
 }
 
@@ -1777,7 +1777,7 @@
                return;
        }
 
-       if (virtio_features(vsc) & VIRTIO_F_RING_EVENT_IDX) 
+       if (virtio_features(vsc) & VIRTIO_F_RING_EVENT_IDX)
                more = virtio_postpone_intr_smart(vsc, vq);
        else
                more = virtio_start_vq_intr(vsc, vq);



Home | Main Index | Thread Index | Old Index