projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e28335
)
usb: linux/usb/gadget.h: fix duplicated word in comment
author
Randy Dunlap
<rdunlap@infradead.org>
Wed, 15 Jul 2020 04:56:59 +0000
(21:56 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 15 Jul 2020 14:48:11 +0000
(16:48 +0200)
Change the doubled word "in" to "be in" in a comment.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org
Link:
https://lore.kernel.org/r/20200715045701.22949-2-rdunlap@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/usb/gadget.h
patch
|
blob
|
history
diff --git
a/include/linux/usb/gadget.h
b/include/linux/usb/gadget.h
index 298b334e2951eaf6f6045de67b877b5978564d36..52ce1f6b8f833404d702cc8cefef7773fb2a834f 100644
(file)
--- a/
include/linux/usb/gadget.h
+++ b/
include/linux/usb/gadget.h
@@
-731,7
+731,7
@@
int usb_gadget_probe_driver(struct usb_gadget_driver *driver);
* it will first disconnect(). The driver is also requested
* to unbind() and clean up any device state, before this procedure
* finally returns. It's expected that the unbind() functions
- * will
in
in exit sections, so may not be linked in some kernels.
+ * will
be
in exit sections, so may not be linked in some kernels.
*/
int usb_gadget_unregister_driver(struct usb_gadget_driver *driver);