summaryrefslogtreecommitdiff
path: root/include/usb.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-07-06 22:47:47 (GMT)
committerSimon Glass <sjg@chromium.org>2015-07-21 23:39:39 (GMT)
commitb483915ffda96dc5979fcc034d16420221b2ca25 (patch)
tree6692150d825886bed89a0b0594ff1dae86d876a7 /include/usb.h
parent4b515e4fc53f7675935a40a37ebf0c384e776914 (diff)
downloadu-boot-b483915ffda96dc5979fcc034d16420221b2ca25.tar.xz
dm: usb: Correct the struct usb_driver_entry comment
The function documentation is incorrect. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'include/usb.h')
-rw-r--r--include/usb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usb.h b/include/usb.h
index 25f8543..110ac69 100644
--- a/include/usb.h
+++ b/include/usb.h
@@ -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;