summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2005-03-25 13:22:58 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2005-03-25 13:22:58 +0000
commitddbcc782738e13e5ef96575a92ed6789c8ca2a25 (patch)
tree4f855555ee026341d597c7f37a3f54d235412a32 /sys/dev/usb
parent8eadbd831ea047915c63b8c5d8e6e7b216ffb283 (diff)
Notes
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/if_cdcereg.h2
-rw-r--r--sys/dev/usb/usb_ethersubr.h2
-rw-r--r--sys/dev/usb/usbdi.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/if_cdcereg.h b/sys/dev/usb/if_cdcereg.h
index 48efdbe2bfa9..6ac8c21a3cdd 100644
--- a/sys/dev/usb/if_cdcereg.h
+++ b/sys/dev/usb/if_cdcereg.h
@@ -78,4 +78,4 @@ struct cdce_softc {
#define CDCE_UNLOCK(_sc)
#endif
-#endif
+#endif /* _USB_IF_CDCEREG_H_ */
diff --git a/sys/dev/usb/usb_ethersubr.h b/sys/dev/usb/usb_ethersubr.h
index e3176c5bdf30..5c31ddc2c809 100644
--- a/sys/dev/usb/usb_ethersubr.h
+++ b/sys/dev/usb/usb_ethersubr.h
@@ -78,4 +78,4 @@ int usb_ether_tx_list_init (void *, struct ue_cdata *,
void usb_ether_rx_list_free (struct ue_cdata *);
void usb_ether_tx_list_free (struct ue_cdata *);
-#endif
+#endif /* _USB_ETHERSUBR_H_ */
diff --git a/sys/dev/usb/usbdi.h b/sys/dev/usb/usbdi.h
index 1266bb798101..368014d4ce56 100644
--- a/sys/dev/usb/usbdi.h
+++ b/sys/dev/usb/usbdi.h
@@ -290,4 +290,4 @@ int usbd_driver_load(module_t mod, int what, void *arg);
#define splhardusb splbio
#define IPL_USB IPL_BIO
-#endif
+#endif /* _USBDI_H_ */