diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2022-03-14 12:53:35 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-03-15 15:24:24 +0100 |
commit | 32d8bb3ed80b6b8eda50d75ae2475e2e9b6113d2 (patch) | |
tree | 429143ffe33b3c910d4dbb49b025a80e0c108366 /drivers/usb/gadget | |
parent | 7d2c8a13c925403b5d4e3d121c00e2b25c0cd715 (diff) | |
download | lwn-32d8bb3ed80b6b8eda50d75ae2475e2e9b6113d2.tar.gz lwn-32d8bb3ed80b6b8eda50d75ae2475e2e9b6113d2.zip |
usb: gadget: udc: fix typos in comments
Various spelling mistakes in comments.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20220314115354.144023-12-Julia.Lawall@inria.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/gadget')
-rw-r--r-- | drivers/usb/gadget/udc/snps_udc_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/udc/snps_udc_core.c b/drivers/usb/gadget/udc/snps_udc_core.c index d046c09fa566..52ea4dcf6a92 100644 --- a/drivers/usb/gadget/udc/snps_udc_core.c +++ b/drivers/usb/gadget/udc/snps_udc_core.c @@ -80,7 +80,7 @@ static int stop_timer; * This cannot be solved by letting the RX DMA disabled until a * request gets queued because there may be other OUT packets * in the FIFO (important for not blocking control traffic). - * The value of set_rde controls the correspondig timer. + * The value of set_rde controls the corresponding timer. * * set_rde -1 == not used, means it is alloed to be set to 0 or 1 * set_rde 0 == do not touch RDE, do no start the RDE timer |