]> git.baikalelectronics.ru Git - kernel.git/commitdiff
USB: omap_udc: clean up comment
authorTom Rix <trix@redhat.com>
Mon, 18 Apr 2022 14:39:06 +0000 (10:39 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 Apr 2022 17:20:42 +0000 (19:20 +0200)
Spelling replacement
reactiviting to reactivating

Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20220418143906.475932-1-trix@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/udc/omap_udc.c

index d81af616fddc2a82250b228fca5c3fa505cb8cb7..54c33637a863bfb283a2eef41aacb6fb01ad042e 100644 (file)
@@ -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) {