mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-26 22:01:10 +00:00
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>
This commit is contained in:
parent
4b515e4fc5
commit
b483915ffd
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user