aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rix <[email protected]>2022-04-18 10:39:06 -0400
committerGreg Kroah-Hartman <[email protected]>2022-04-21 19:20:42 +0200
commit2a0a71d92d150548360150cb8b57c82409d8d9c6 (patch)
tree8f8288f9874b0b70017ec85d11925da7c1509eef
parent4f8cfe675f4666117c93420783049eff04c3ceba (diff)
USB: omap_udc: clean up comment
Spelling replacement reactiviting to reactivating Signed-off-by: Tom Rix <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/usb/gadget/udc/omap_udc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/udc/omap_udc.c b/drivers/usb/gadget/udc/omap_udc.c
index d81af616fddc..54c33637a863 100644
--- a/drivers/usb/gadget/udc/omap_udc.c
+++ b/drivers/usb/gadget/udc/omap_udc.c
@@ -1467,7 +1467,7 @@ static void ep0_irq(struct omap_udc *udc, u16 irq_src)
if (!udc->ep0_in) {
stat = 0;
/* read next OUT packet of request, maybe
- * reactiviting the fifo; stall on errors.
+ * reactivating the fifo; stall on errors.
*/
stat = read_fifo(ep0, req);
if (!req || stat < 0) {