diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-06-14 18:14:56 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-06-14 18:14:56 +0200 |
commit | 386eda022473394ad8f36b86f2bdc9b4cb816291 (patch) | |
tree | 122f380d73af6fcf186e45cefb400e9e1603d4bb /include/usbdescriptors.h | |
parent | 007d67da94db86989c3d0ad0a9728391b7eed02b (diff) | |
download | u-boot-imx-386eda022473394ad8f36b86f2bdc9b4cb816291.zip u-boot-imx-386eda022473394ad8f36b86f2bdc9b4cb816291.tar.gz u-boot-imx-386eda022473394ad8f36b86f2bdc9b4cb816291.tar.bz2 |
Code cleanup
Diffstat (limited to 'include/usbdescriptors.h')
-rw-r--r-- | include/usbdescriptors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usbdescriptors.h b/include/usbdescriptors.h index 8336c18..a752097 100644 --- a/include/usbdescriptors.h +++ b/include/usbdescriptors.h @@ -321,7 +321,7 @@ struct usb_class_union_function_descriptor { u8 bDescriptorType; u8 bDescriptorSubtype; /* 0x06 */ u8 bMasterInterface; - //u8 bSlaveInterface0[0]; + /* u8 bSlaveInterface0[0]; */ u8 bSlaveInterface0; } __attribute__ ((packed)); |