summaryrefslogtreecommitdiffstats
path: root/include/usbdescriptors.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-06-14 18:14:56 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-06-14 18:14:56 +0200
commit386eda022473394ad8f36b86f2bdc9b4cb816291 (patch)
tree122f380d73af6fcf186e45cefb400e9e1603d4bb /include/usbdescriptors.h
parent007d67da94db86989c3d0ad0a9728391b7eed02b (diff)
downloadblackbird-obmc-uboot-386eda022473394ad8f36b86f2bdc9b4cb816291.tar.gz
blackbird-obmc-uboot-386eda022473394ad8f36b86f2bdc9b4cb816291.zip
Code cleanup
Diffstat (limited to 'include/usbdescriptors.h')
-rw-r--r--include/usbdescriptors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usbdescriptors.h b/include/usbdescriptors.h
index 8336c188c1..a752097e5b 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));
OpenPOWER on IntegriCloud