projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1001354
)
usb: fix a typo in usb_class_driver documentation
author
Amitesh Singh
<singh.amitesh@gmail.com>
Fri, 30 Sep 2016 17:10:57 +0000
(22:40 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 24 Oct 2016 12:36:25 +0000
(14:36 +0200)
replace usb_unregister_dev by usb_deregister_dev
Signed-off-by: Amitesh Singh <singh.amitesh@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/usb.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/usb.h
b/include/linux/usb.h
index eba1f10e8cfdac7c0cc142db6b72e031f9f30196..7e68259360dec55f4578f6203615b60faed5227c 100644
(file)
--- 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_
un
register_dev() functions, to consolidate a number of the
+ * usb_
de
register_dev() functions, to consolidate a number of the
* parameters used for them.
*/
struct usb_class_driver {