diff options
| author | Tom Rix <trix@redhat.com> | 2022-04-18 17:39:06 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-04-21 20:20:42 +0300 |
| commit | 2a0a71d92d150548360150cb8b57c82409d8d9c6 (patch) | |
| tree | 8f8288f9874b0b70017ec85d11925da7c1509eef | |
| parent | 4f8cfe675f4666117c93420783049eff04c3ceba (diff) | |
| download | linux-2a0a71d92d150548360150cb8b57c82409d8d9c6.tar.xz | |
USB: omap_udc: clean up comment
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>
| -rw-r--r-- | drivers/usb/gadget/udc/omap_udc.c | 2 |
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) { |
