mirror of
https://xff.cz/git/u-boot/
synced 2025-09-04 18:22:02 +02: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