From: Amitesh Singh Date: Fri, 30 Sep 2016 17:10:57 +0000 (+0530) Subject: usb: fix a typo in usb_class_driver documentation X-Git-Tag: v4.10-rc1~150^2~113 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=864e2fe935228c5c551da8638b5fdd07f82d04a7;p=karo-tx-linux.git usb: fix a typo in usb_class_driver documentation replace usb_unregister_dev by usb_deregister_dev Signed-off-by: Amitesh Singh Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/usb.h b/include/linux/usb.h index eba1f10e8cfd..7e68259360de 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h @@ -1160,7 +1160,7 @@ extern struct bus_type usb_bus_type; * @minor_base: the start of the minor range for this driver. * * This structure is used for the usb_register_dev() and - * usb_unregister_dev() functions, to consolidate a number of the + * usb_deregister_dev() functions, to consolidate a number of the * parameters used for them. */ struct usb_class_driver {