diff mbox series

[2/4] usb: linux/usb/gadget.h: fix duplicated word in comment

Message ID 20200715045701.22949-2-rdunlap@infradead.org (mailing list archive)
State Mainlined
Commit e4dfa8029925f6200f6ab2db5a25d86fd082e9cf
Headers show
Series [1/4] usb: linux/usb.h: drop duplicated word in comment | expand

Commit Message

Randy Dunlap July 15, 2020, 4:56 a.m. UTC
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
---
 include/linux/usb/gadget.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

--- linux-next-20200714.orig/include/linux/usb/gadget.h
+++ linux-next-20200714/include/linux/usb/gadget.h
@@ -731,7 +731,7 @@  int usb_gadget_probe_driver(struct usb_g
  * 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);