summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2005-03-25 13:22:58 +0000
committersobomax <sobomax@FreeBSD.org>2005-03-25 13:22:58 +0000
commit06e202e4aaf03adbdbf2eb46c84ff41cf3157db5 (patch)
tree4f855555ee026341d597c7f37a3f54d235412a32 /sys
parent3b7d62ce51bea911bf08e318bac389e9f5609b4b (diff)
downloadFreeBSD-src-06e202e4aaf03adbdbf2eb46c84ff41cf3157db5.zip
FreeBSD-src-06e202e4aaf03adbdbf2eb46c84ff41cf3157db5.tar.gz
Add /* _FOO_H_ */ after the final #endif to make danfe happy.
Diffstat (limited to 'sys')
-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 48efdbe..6ac8c21 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 e3176c5..5c31ddc 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 1266bb7..368014d 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_ */
OpenPOWER on IntegriCloud