Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb remove trailing lines



details:   https://anonhg.NetBSD.org/src/rev/9516e2142f64
branches:  trunk
changeset: 784195:9516e2142f64
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jan 21 16:52:56 2013 +0000

description:
remove trailing lines

diffstat:

 sys/dev/usb/if_otus.c  |  5 ++---
 sys/dev/usb/if_urtwn.c |  5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (46 lines):

diff -r 563b812baae5 -r 9516e2142f64 sys/dev/usb/if_otus.c
--- a/sys/dev/usb/if_otus.c     Mon Jan 21 16:49:49 2013 +0000
+++ b/sys/dev/usb/if_otus.c     Mon Jan 21 16:52:56 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_otus.c,v 1.20 2013/01/20 21:50:41 christos Exp $    */
+/*     $NetBSD: if_otus.c,v 1.21 2013/01/21 16:52:56 christos Exp $    */
 /*     $OpenBSD: if_otus.c,v 1.18 2010/08/27 17:08:00 jsg Exp $        */
 
 /*-
@@ -23,7 +23,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_otus.c,v 1.20 2013/01/20 21:50:41 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_otus.c,v 1.21 2013/01/21 16:52:56 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/sockio.h>
@@ -3369,4 +3369,3 @@
        return ieee80211_output(ifp, m, dst, ic);
 }
 #endif /* IEEE80211_INJECTION */
-
diff -r 563b812baae5 -r 9516e2142f64 sys/dev/usb/if_urtwn.c
--- a/sys/dev/usb/if_urtwn.c    Mon Jan 21 16:49:49 2013 +0000
+++ b/sys/dev/usb/if_urtwn.c    Mon Jan 21 16:52:56 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_urtwn.c,v 1.14 2013/01/21 00:02:11 jmcneill Exp $   */
+/*     $NetBSD: if_urtwn.c,v 1.15 2013/01/21 16:52:56 christos Exp $   */
 /*     $OpenBSD: if_urtwn.c,v 1.20 2011/11/26 06:39:33 ckuethe Exp $   */
 
 /*-
@@ -22,7 +22,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.14 2013/01/21 00:02:11 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.15 2013/01/21 16:52:56 christos Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -4001,4 +4001,3 @@
                return (ENOTTY);
        }
 }
-



Home | Main Index | Thread Index | Old Index