aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2026-01-29 11:17:52 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2026-01-29 18:07:43 +0000
commit0762cf10fc5e426700e00f9060518241212e941f (patch)
tree988abc23ad4ee807a5d97c7fe01db0a0ba93a17d
parenteb0fc67c45a0fcedf8d5975f80780240f4ed0680 (diff)
usb: indentation (whitespace change only)
No functional change. Sponsored by: The FreeBSD Foundation MFC after: 3 days
-rw-r--r--sys/dev/usb/usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h
index a6c3c8030c73..3e972f876c6a 100644
--- a/sys/dev/usb/usb.h
+++ b/sys/dev/usb/usb.h
@@ -541,7 +541,7 @@ struct usb_endpoint_descriptor {
#define UE_XFERTYPE 0x03
#define UE_CONTROL 0x00
#define UE_ISOCHRONOUS 0x01
-#define UE_BULK 0x02
+#define UE_BULK 0x02
#define UE_INTERRUPT 0x03
#define UE_BULK_INTR 0xfe /* for internal use only! */
#define UE_TYPE_ANY 0xff /* for internal use only! */