Source-Changes-HG archive

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

[src/nick-nhusb]: src/sys/dev/usb Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/eaa3a3296ad2
branches:  nick-nhusb
changeset: 334590:eaa3a3296ad2
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Dec 28 19:29:03 2016 +0000

description:
Trailing whitespace

diffstat:

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

diffs (45 lines):

diff -r 9a2f10db4162 -r eaa3a3296ad2 sys/dev/usb/if_athn_usb.c
--- a/sys/dev/usb/if_athn_usb.c Wed Dec 28 10:44:27 2016 +0000
+++ b/sys/dev/usb/if_athn_usb.c Wed Dec 28 19:29:03 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_athn_usb.c,v 1.6.8.15 2016/12/17 15:30:34 skrll Exp $       */
+/*     $NetBSD: if_athn_usb.c,v 1.6.8.16 2016/12/28 19:29:03 skrll Exp $       */
 /*     $OpenBSD: if_athn_usb.c,v 1.12 2013/01/14 09:50:31 jsing Exp $  */
 
 /*-
@@ -22,7 +22,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_athn_usb.c,v 1.6.8.15 2016/12/17 15:30:34 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_athn_usb.c,v 1.6.8.16 2016/12/28 19:29:03 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -273,7 +273,7 @@
        sc->sc_ops.write_barrier = athn_usb_write_barrier;
 
        mutex_init(&usc->usc_lock, MUTEX_DEFAULT, IPL_NONE);
-       
+
        cv_init(&usc->usc_cmd_cv, "athncmd");
        mutex_init(&usc->usc_cmd_mtx, MUTEX_DEFAULT, IPL_SOFTUSB);
        cv_init(&usc->usc_msg_cv, "athnmsg");
@@ -324,7 +324,7 @@
        return;
 
  fail:
- 
+
        /* Free Tx/Rx buffers. */
        athn_usb_abort_pipes(usc);
        athn_usb_free_tx_list(usc);
@@ -2697,7 +2697,7 @@
 
        return ret;
 }
-  
+
 Static int
 athn_usb_init_locked(struct ifnet *ifp)
 {



Home | Main Index | Thread Index | Old Index