Commit b483915ffda96dc5979fcc034d16420221b2ca25

Authored by Simon Glass
1 parent 4b515e4fc5

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>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -493,8 +493,8 @@
493 493  
494 494 /**
495 495 * struct usb_driver_entry - Matches a driver to its usb_device_ids
496   - * @compatible: Compatible string
497   - * @data: Data for this compatible string
  496 + * @driver: Driver to use
  497 + * @match: List of match records for this driver, terminated by {}
498 498 */
499 499 struct usb_driver_entry {
500 500 struct driver *driver;