]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/usb.h
dm: usb: Correct the struct usb_driver_entry comment
[karo-tx-uboot.git] / include / usb.h
index 25f8543f8deee122d5a42116a609d27de5862c8d..110ac693552f5f963861353a446870843ce0dc29 100644 (file)
@@ -493,8 +493,8 @@ struct usb_device_id {
 
 /**
  * struct usb_driver_entry - Matches a driver to its usb_device_ids
- * @compatible: Compatible string
- * @data: Data for this compatible string
+ * @driver: Driver to use
+ * @match: List of match records for this driver, terminated by {}
  */
 struct usb_driver_entry {
        struct driver *driver;