diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/usb_ch9.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb_ch9.h b/include/linux/usb_ch9.h index e796edb6515a..d13b47bafcae 100644 --- a/include/linux/usb_ch9.h +++ b/include/linux/usb_ch9.h @@ -208,7 +208,7 @@ struct usb_config_descriptor { __u8 bLength; __u8 bDescriptorType; - __u16 wTotalLength; + __le16 wTotalLength; __u8 bNumInterfaces; __u8 bConfigurationValue; __u8 iConfiguration; |
