summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_ethersubr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usb_ethersubr.c')
-rw-r--r--sys/dev/usb/usb_ethersubr.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/usb/usb_ethersubr.c b/sys/dev/usb/usb_ethersubr.c
index 569b4bf..35a7db6 100644
--- a/sys/dev/usb/usb_ethersubr.c
+++ b/sys/dev/usb/usb_ethersubr.c
@@ -69,16 +69,16 @@
#include <dev/usb/usb_ethersubr.h>
#ifndef lint
-static const char rcsid[] =
+Static const char rcsid[] =
"$FreeBSD$";
#endif
-static struct ifqueue usbq_rx;
-static struct ifqueue usbq_tx;
+Static struct ifqueue usbq_rx;
+Static struct ifqueue usbq_tx;
-static void usbintr __P((void));
+Static void usbintr __P((void));
-static void usbintr()
+Static void usbintr()
{
struct ether_header *eh;
struct mbuf *m;
OpenPOWER on IntegriCloud