diff options
author | Tom Rini <trini@konsulko.com> | 2024-07-29 15:01:36 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-29 15:01:36 -0600 |
commit | c0d269da3c8492d4b81bbcb79a66f6d4a49f7610 (patch) | |
tree | 302f8dbd5d72be813e15eed94bd661bf2866c3ab /include/usbdescriptors.h | |
parent | 9268c7a5e3e91564739bf0fdfd1df228a0273945 (diff) | |
parent | 6627fbba203f89a316299d35f6a2ff3f33dd15c8 (diff) |
Merge patch series "include: asm-generic: Remove duplicate newlines"
Drop all duplicate newlines from the include directory files.
Diffstat (limited to 'include/usbdescriptors.h')
-rw-r--r-- | include/usbdescriptors.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/usbdescriptors.h b/include/usbdescriptors.h index 641b4a3e6f2..db1d6ef791b 100644 --- a/include/usbdescriptors.h +++ b/include/usbdescriptors.h @@ -58,7 +58,6 @@ * */ - #ifndef __USBDESCRIPTORS_H__ #define __USBDESCRIPTORS_H__ @@ -111,7 +110,6 @@ /* c.f. CDC 4.7 Table 19 */ #define DATA_INTERFACE_PROTOCOL_NONE 0x00 /* No class protcol required */ - /* c.f. CDC 5.2.3 Table 24 */ #define CS_INTERFACE 0x24 #define CS_ENDPOINT 0x25 @@ -168,7 +166,6 @@ #define BULK 0x02 #define INTERRUPT 0x03 - /* configuration modifiers */ #define BMATTRIBUTE_RESERVED 0x80 @@ -239,7 +236,6 @@ struct usb_generic_descriptor { u8 bDescriptorSubtype; } __attribute__ ((packed)); - /* * communications class descriptor structures * @@ -319,7 +315,6 @@ struct usb_class_country_selection_descriptor { u16 wCountryCode0[0]; } __attribute__ ((packed)); - struct usb_class_telephone_operational_descriptor { u8 bFunctionLength; u8 bDescriptorType; @@ -327,7 +322,6 @@ struct usb_class_telephone_operational_descriptor { u8 bmCapabilities; } __attribute__ ((packed)); - struct usb_class_usb_terminal_descriptor { u8 bFunctionLength; u8 bDescriptorType; @@ -405,7 +399,6 @@ struct usb_class_atm_networking_descriptor { u16 wMaxVC; } __attribute__ ((packed)); - struct usb_class_mdlm_descriptor { u8 bFunctionLength; u8 bDescriptorType; |