mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08: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:
@ -493,8 +493,8 @@ struct usb_device_id {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* struct usb_driver_entry - Matches a driver to its usb_device_ids
|
* struct usb_driver_entry - Matches a driver to its usb_device_ids
|
||||||
* @compatible: Compatible string
|
* @driver: Driver to use
|
||||||
* @data: Data for this compatible string
|
* @match: List of match records for this driver, terminated by {}
|
||||||
*/
|
*/
|
||||||
struct usb_driver_entry {
|
struct usb_driver_entry {
|
||||||
struct driver *driver;
|
struct driver *driver;
|
||||||
|
Reference in New Issue
Block a user