From: Julia Lawall Date: Mon, 14 Mar 2022 11:53:35 +0000 (+0100) Subject: usb: gadget: udc: fix typos in comments X-Git-Tag: v6.6.17~7891^2~61 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32d8bb3ed80b6b8eda50d75ae2475e2e9b6113d2;p=platform%2Fkernel%2Flinux-rpi.git usb: gadget: udc: fix typos in comments Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall Link: https://lore.kernel.org/r/20220314115354.144023-12-Julia.Lawall@inria.fr Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/gadget/udc/snps_udc_core.c b/drivers/usb/gadget/udc/snps_udc_core.c index d046c09..52ea4dc 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