Module Name: src
Committed By: christos
Date: Sun Mar 8 14:56:06 UTC 2015
Modified Files:
src/sys/dev/usb: if_urtwn.c
Log Message:
kill trailing spaces
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/dev/usb/if_urtwn.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/usb/if_urtwn.c
diff -u src/sys/dev/usb/if_urtwn.c:1.37 src/sys/dev/usb/if_urtwn.c:1.38
--- src/sys/dev/usb/if_urtwn.c:1.37 Sat Mar 7 21:19:04 2015
+++ src/sys/dev/usb/if_urtwn.c Sun Mar 8 10:56:06 2015
@@ -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 @@ u_int urtwn_debug = 0;
#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;