projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c067688
)
usb: udc: Fix typo in comment
author
tangmeng
<tangmeng@uniontech.com>
Thu, 27 Jan 2022 07:16:19 +0000
(15:16 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 31 Jan 2022 13:24:39 +0000
(14:24 +0100)
Replace disbale with disable
Signed-off-by: tangmeng <tangmeng@uniontech.com>
Link:
https://lore.kernel.org/r/20220127071619.31812-1-tangmeng@uniontech.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/chipidea/udc.c
patch
|
blob
|
history
diff --git
a/drivers/usb/chipidea/udc.c
b/drivers/usb/chipidea/udc.c
index f9ca5010f65be7a5f6a4b13d2a2e34e7fd5c9d1f..dc6c96e04bcfe60a12eb6a4742310818fd70633d 100644
(file)
--- a/
drivers/usb/chipidea/udc.c
+++ b/
drivers/usb/chipidea/udc.c
@@
-2152,7
+2152,7
@@
static void udc_id_switch_for_host(struct ci_hdrc *ci)
{
/*
* host doesn't care B_SESSION_VALID event
- * so clear and dis
ba
le BSV irq
+ * so clear and dis
ab
le BSV irq
*/
if (ci->is_otg)
hw_write_otgsc(ci, OTGSC_BSVIE | OTGSC_BSVIS, OTGSC_BSVIS);