]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
usb: Spelling s/disconnet/disconnect/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 24 Oct 2019 15:27:47 +0000 (17:27 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Nov 2019 14:53:01 +0000 (15:53 +0100)
Fix misspellings of "disconnect".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Peter Chen <peter.chen@nxp.com>
Link: https://lore.kernel.org/r/20191024152747.30617-1-geert+renesas@glider.be
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/chipidea/udc.c
drivers/usb/gadget/udc/fsl_udc_core.c

index 8f18e7b6cadf4306f81c108f4edba93275fcef7d..0b6166a64d72a762925651ccfd8b296d56cc631a 100644 (file)
@@ -1612,7 +1612,7 @@ static int ci_udc_selfpowered(struct usb_gadget *_gadget, int is_on)
 }
 
 /* Change Data+ pullup status
- * this func is used by usb_gadget_connect/disconnet
+ * this func is used by usb_gadget_connect/disconnect
  */
 static int ci_udc_pullup(struct usb_gadget *_gadget, int is_on)
 {
index 9a05863b28768a3e8fea85b376935baf961d36e9..7c8bea7c1695317e5dbcd14c8a127dcde27f0e01 100644 (file)
@@ -1208,7 +1208,7 @@ static int fsl_vbus_draw(struct usb_gadget *gadget, unsigned mA)
 }
 
 /* Change Data+ pullup status
- * this func is used by usb_gadget_connect/disconnet
+ * this func is used by usb_gadget_connect/disconnect
  */
 static int fsl_pullup(struct usb_gadget *gadget, int is_on)
 {