From: Simon Glass Date: Mon, 6 Jul 2015 22:47:47 +0000 (-0600) Subject: dm: usb: Correct the struct usb_driver_entry comment X-Git-Tag: KARO-TXSD-2017-03-15~4089 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b483915ffda96dc5979fcc034d16420221b2ca25;p=karo-tx-uboot.git dm: usb: Correct the struct usb_driver_entry comment The function documentation is incorrect. Fix it. Signed-off-by: Simon Glass Acked-by: Marek Vasut --- diff --git a/include/usb.h b/include/usb.h index 25f8543f8d..110ac69355 100644 --- 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;