From 2da96ce51cd374e619cb53fdf132eb91ccbfb1ef Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Thu, 29 Jan 2026 11:17:52 +0000 Subject: [PATCH] usb: indentation (whitespace change only) No functional change. Sponsored by: The FreeBSD Foundation (cherry picked from commit 0762cf10fc5e426700e00f9060518241212e941f) --- sys/dev/usb/usb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h index a6c3c8030c7..3e972f876c6 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! */