]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
usb: dwc3: Correct some typos in comments
authorShen Lichuan <shenlichuan@vivo.com>
Mon, 30 Sep 2024 02:25:26 +0000 (10:25 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Oct 2024 13:08:53 +0000 (15:08 +0200)
commit57d7a6b93822f7482275ae4502dae99439ddee0e
tree23560f0b10ac4acb2eddfc54b32c2f5c69c6131f
parentc837ce6020efaa70ff823129444fc3cb77bce9b6
usb: dwc3: Correct some typos in comments

Fixed some confusing typos that were currently identified with codespell,
the details are as follows:

-in the code comments:
drivers/usb/dwc3/core.c:1406: feild ==> field
drivers/usb/dwc3/core.h:84: boundries ==> boundaries
drivers/usb/dwc3/ep0.c:148: issueing ==> issuing
drivers/usb/dwc3/host.c:38: temperary ==> temporarily

Also fixed a syntax problem in the comments.

Signed-off-by: Shen Lichuan <shenlichuan@vivo.com>
Link: https://lore.kernel.org/r/20240930022526.7255-1-shenlichuan@vivo.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc3/core.c
drivers/usb/dwc3/core.h
drivers/usb/dwc3/ep0.c
drivers/usb/dwc3/host.c