aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-07-14 21:56:59 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-07-15 16:48:11 +0200
commite4dfa8029925f6200f6ab2db5a25d86fd082e9cf (patch)
tree80efdb594af25b64d91a5ba84449e3f55fd7ef14 /include/linux/usb
parentusb: linux/usb/serial.h: drop duplicated word in comment (diff)
downloadlinux-dev-e4dfa8029925f6200f6ab2db5a25d86fd082e9cf.tar.xz
linux-dev-e4dfa8029925f6200f6ab2db5a25d86fd082e9cf.zip
usb: linux/usb/gadget.h: fix duplicated word in comment
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>
Diffstat (limited to 'include/linux/usb')
-rw-r--r--include/linux/usb/gadget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb/gadget.h b/include/linux/usb/gadget.h
index 298b334e2951..52ce1f6b8f83 100644
--- 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);