X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Flinux%2Fusb_ch9.h;h=ee21e6bf3867a8bff6d2ac30a32ce6f4743a9536;hb=e5e5558e923f35839108a12718494ecb73fb782f;hp=39e7ff4ffd28cb581a9f98a38e19e41e2c58a4fa;hpb=aa8f6dfd355021b4dd8b74b0588fd6fd8f21b79f;p=powerpc.git diff --git a/include/linux/usb_ch9.h b/include/linux/usb_ch9.h index 39e7ff4ffd..ee21e6bf38 100644 --- a/include/linux/usb_ch9.h +++ b/include/linux/usb_ch9.h @@ -19,7 +19,7 @@ #ifndef __LINUX_USB_CH9_H #define __LINUX_USB_CH9_H -#include /* __u8 etc */ +#include /* __u8 etc */ /*-------------------------------------------------------------------------*/ @@ -294,8 +294,8 @@ struct usb_endpoint_descriptor { __le16 wMaxPacketSize; __u8 bInterval; - // NOTE: these two are _only_ in audio endpoints. - // use USB_DT_ENDPOINT*_SIZE in bLength, not sizeof. + /* NOTE: these two are _only_ in audio endpoints. */ + /* use USB_DT_ENDPOINT*_SIZE in bLength, not sizeof. */ __u8 bRefresh; __u8 bSynchAddress; } __attribute__ ((packed));