Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Trailing white space



details:   https://anonhg.NetBSD.org/src/rev/4b54485efaa3
branches:  trunk
changeset: 458625:4b54485efaa3
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Aug 03 15:58:14 2019 +0000

description:
Trailing white space

diffstat:

 sys/dev/usb/usbnet.c |  8 ++++----
 sys/dev/usb/usbnet.h |  6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (56 lines):

diff -r 99655c59f359 -r 4b54485efaa3 sys/dev/usb/usbnet.c
--- a/sys/dev/usb/usbnet.c      Sat Aug 03 14:42:24 2019 +0000
+++ b/sys/dev/usb/usbnet.c      Sat Aug 03 15:58:14 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usbnet.c,v 1.2 2019/07/31 23:47:16 mrg Exp $   */
+/*     $NetBSD: usbnet.c,v 1.3 2019/08/03 15:58:14 skrll Exp $ */
 
 /*
  * Copyright (c) 2019 Matthew R. Green
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: usbnet.c,v 1.2 2019/07/31 23:47:16 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usbnet.c,v 1.3 2019/08/03 15:58:14 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
@@ -402,7 +402,7 @@
                usbd_setup_xfer(c->unc_xfer, c, c->unc_buf, cd->uncd_rx_bufsz,
                    un->un_rx_xfer_flags, USBD_NO_TIMEOUT, cb);
                usbd_transfer(c->unc_xfer);
-       }       
+       }
 
        mutex_exit(&un->un_txlock);
        mutex_exit(&un->un_rxlock);
@@ -905,7 +905,7 @@
        ether_set_ifflags_cb(&un->un_ec, usbnet_ifflags_cb);
 
        usb_init_task(&un->un_ticktask, usbnet_tick_task, un, USB_TASKQ_MPSAFE);
-       callout_init(&un->un_stat_ch, CALLOUT_MPSAFE); 
+       callout_init(&un->un_stat_ch, CALLOUT_MPSAFE);
        callout_setfunc(&un->un_stat_ch, usbnet_tick, un);
 
        mutex_init(&un->un_miilock, MUTEX_DEFAULT, IPL_NONE);
diff -r 99655c59f359 -r 4b54485efaa3 sys/dev/usb/usbnet.h
--- a/sys/dev/usb/usbnet.h      Sat Aug 03 14:42:24 2019 +0000
+++ b/sys/dev/usb/usbnet.h      Sat Aug 03 15:58:14 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usbnet.h,v 1.2 2019/07/31 23:47:16 mrg Exp $   */
+/*     $NetBSD: usbnet.h,v 1.3 2019/08/03 15:58:14 skrll Exp $ */
 
 /*
  * Copyright (c) 2019 Matthew R. Green
@@ -92,8 +92,8 @@
 #include <net/bpf.h>
 #include <net/if.h>
 #include <net/if_arp.h>
-#include <net/if_dl.h> 
-#include <net/if_ether.h>  
+#include <net/if_dl.h>
+#include <net/if_ether.h>
 #include <net/if_media.h>
 
 #include <dev/mii/mii.h>



Home | Main Index | Thread Index | Old Index