projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b515e4
)
dm: usb: Correct the struct usb_driver_entry comment
author
Simon Glass
<
[email protected]
>
Mon, 6 Jul 2015 22:47:47 +0000
(16:47 -0600)
committer
Simon Glass
<
[email protected]
>
Tue, 21 Jul 2015 23:39:39 +0000
(17:39 -0600)
The function documentation is incorrect. Fix it.
Signed-off-by: Simon Glass <
[email protected]
>
Acked-by: Marek Vasut <
[email protected]
>
include/usb.h
patch
|
blob
|
history
diff --git
a/include/usb.h
b/include/usb.h
index 25f8543f8deee122d5a42116a609d27de5862c8d..110ac693552f5f963861353a446870843ce0dc29 100644
(file)
--- 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;