[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220418143906.475932-1-trix@redhat.com>
Date: Mon, 18 Apr 2022 10:39:06 -0400
From: Tom Rix <trix@...hat.com>
To: balbi@...nel.org, gregkh@...uxfoundation.org,
jakobkoschel@...il.com
Cc: linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
Tom Rix <trix@...hat.com>
Subject: [PATCH] USB: omap_udc: clean up comment
Spelling replacement
reactiviting to reactivating
Signed-off-by: Tom Rix <trix@...hat.com>
---
drivers/usb/gadget/udc/omap_udc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/gadget/udc/omap_udc.c b/drivers/usb/gadget/udc/omap_udc.c
index 2d9815dad2ff..1dab74577ae2 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) {
--
2.27.0
Powered by blists - more mailing lists