diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-23 01:28:26 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-29 15:01:04 -0600 |
commit | 9fb4be152b01dda3a221bf5e015dc3ee76378896 (patch) | |
tree | 3958e7c793ba806a4a9cd3192bb911b383629fb5 /include/linux/usb/ch9.h | |
parent | b66890164811318ddc4d824cafb5c2d3891cd164 (diff) |
include: linux: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'include/linux/usb/ch9.h')
-rw-r--r-- | include/linux/usb/ch9.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/usb/ch9.h b/include/linux/usb/ch9.h index a8fa5d74490..c8c553b930a 100644 --- a/include/linux/usb/ch9.h +++ b/include/linux/usb/ch9.h @@ -248,7 +248,6 @@ struct usb_descriptor_header { __u8 bDescriptorType; } __attribute__ ((packed)); - /*-------------------------------------------------------------------------*/ /* USB_DT_DEVICE: Device descriptor */ @@ -272,7 +271,6 @@ struct usb_device_descriptor { #define USB_DT_DEVICE_SIZE 18 - /* * Device and/or Interface Class codes * as found in bDeviceClass or bInterfaceClass @@ -703,7 +701,6 @@ struct usb_qualifier_descriptor { __u8 bRESERVED; } __attribute__ ((packed)); - /*-------------------------------------------------------------------------*/ /* USB_DT_OTG (from OTG 1.0a supplement) */ @@ -745,7 +742,6 @@ struct usb_interface_assoc_descriptor { __u8 iFunction; } __attribute__ ((packed)); - /*-------------------------------------------------------------------------*/ /* USB_DT_SECURITY: group of wireless security descriptors, including @@ -789,7 +785,6 @@ struct usb_encryption_descriptor { __u8 bAuthKeyIndex; } __attribute__((packed)); - /*-------------------------------------------------------------------------*/ /* USB_DT_BOS: group of device-level capabilities */ |