Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: gadget: bdc: fix typo in comment

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20220521111145.81697-92-Julia.Lawall@inria.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Julia Lawall and committed by
Greg Kroah-Hartman
7563bc73 4e27465a

+1 -1
+1 -1
drivers/usb/gadget/udc/bdc/bdc_cmd.c
··· 307 307 * his will reset the seq number for non EP0. 308 308 */ 309 309 if (epnum != 1) { 310 - /* if the endpoint it not stallled */ 310 + /* if the endpoint it not stalled */ 311 311 if (!(ep->flags & BDC_EP_STALL)) { 312 312 ret = bdc_ep_set_stall(bdc, epnum); 313 313 if (ret)