Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/xen/xen xennetback(4): Nix trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/10f273d26283
branches:  trunk
changeset: 373729:10f273d26283
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sat Feb 25 00:37:47 2023 +0000

description:
xennetback(4): Nix trailing whitespace.

No functional change intended.

diffstat:

 sys/arch/xen/xen/xennetback_xenbus.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 6e99e278f246 -r 10f273d26283 sys/arch/xen/xen/xennetback_xenbus.c
--- a/sys/arch/xen/xen/xennetback_xenbus.c      Sat Feb 25 00:37:34 2023 +0000
+++ b/sys/arch/xen/xen/xennetback_xenbus.c      Sat Feb 25 00:37:47 2023 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: xennetback_xenbus.c,v 1.111 2023/02/25 00:34:36 riastradh Exp $      */
+/*      $NetBSD: xennetback_xenbus.c,v 1.112 2023/02/25 00:37:47 riastradh Exp $      */
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xennetback_xenbus.c,v 1.111 2023/02/25 00:34:36 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xennetback_xenbus.c,v 1.112 2023/02/25 00:37:47 riastradh Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -117,7 +117,7 @@
        grant_handle_t xni_tx_ring_handle; /* to unmap the ring */
        grant_handle_t xni_rx_ring_handle;
        vaddr_t xni_tx_ring_va; /* to unmap the ring */
-       vaddr_t xni_rx_ring_va; 
+       vaddr_t xni_rx_ring_va;
 
        /* arrays used in xennetback_ifstart(), used for both Rx and Tx */
        gnttab_copy_t           xni_gop_copy[NB_XMIT_PAGES_BATCH];
@@ -782,7 +782,7 @@
 {
        netif_tx_request_t *txreq;
 
-       /* This assumes all the requests are already pushed into the ring */ 
+       /* This assumes all the requests are already pushed into the ring */
        *cntp = 1;
        do {
                txreq = RING_GET_REQUEST(&xneti->xni_txring, req_cons);
@@ -1269,7 +1269,7 @@
                 * here, as the frontend doesn't notify when adding
                 * requests anyway
                 */
-               if (__predict_false(abort || 
+               if (__predict_false(abort ||
                    !RING_HAS_UNCONSUMED_REQUESTS(&xneti->xni_rxring))) {
                        /* ring full */
                        ifp->if_timer = 1;



Home | Main Index | Thread Index | Old Index