Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb kill trailing spaces



details:   https://anonhg.NetBSD.org/src/rev/f91f7d244121
branches:  trunk
changeset: 806778:f91f7d244121
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 08 14:56:06 2015 +0000

description:
kill trailing spaces

diffstat:

 sys/dev/usb/if_urtwn.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 72164b696954 -r f91f7d244121 sys/dev/usb/if_urtwn.c
--- a/sys/dev/usb/if_urtwn.c    Sun Mar 08 12:45:35 2015 +0000
+++ b/sys/dev/usb/if_urtwn.c    Sun Mar 08 14:56:06 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_urtwn.c,v 1.37 2015/03/08 02:19:04 christos Exp $   */
+/*     $NetBSD: if_urtwn.c,v 1.38 2015/03/08 14:56:06 christos Exp $   */
 /*     $OpenBSD: if_urtwn.c,v 1.42 2015/02/10 23:25:46 mpi Exp $       */
 
 /*-
@@ -23,7 +23,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.37 2015/03/08 02:19:04 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.38 2015/03/08 14:56:06 christos Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -97,9 +97,9 @@
 #define DPRINTFN(n, s)
 #endif
 
-#define URTWN_DEV(v,p) { { USB_VENDOR_##v, USB_PRODUCT_##v##_##p }, 0 } 
+#define URTWN_DEV(v,p) { { USB_VENDOR_##v, USB_PRODUCT_##v##_##p }, 0 }
 #define URTWN_RTL8188E_DEV(v,p) \
-       { { USB_VENDOR_##v, USB_PRODUCT_##v##_##p }, FLAG_RTL8188E } 
+       { { USB_VENDOR_##v, USB_PRODUCT_##v##_##p }, FLAG_RTL8188E }
 static const struct urtwn_dev {
        struct usb_devno        dev;
        uint32_t                flags;



Home | Main Index | Thread Index | Old Index