summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortangmeng <tangmeng@uniontech.com>2022-01-27 15:16:19 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-01-31 14:24:39 +0100
commite1f09f409f6c80f6044b369b2dcac000d3778d5f (patch)
tree853766991ccc93e0bad89b59b45338af249641a6
parentc067688ae204ae4f0ad5044fe7345350fc6cd1b4 (diff)
downloadlinux-e1f09f409f6c80f6044b369b2dcac000d3778d5f.tar.bz2
usb: udc: Fix typo in comment
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>
-rw-r--r--drivers/usb/chipidea/udc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/chipidea/udc.c b/drivers/usb/chipidea/udc.c
index f9ca5010f65b..dc6c96e04bcf 100644
--- 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 disbale BSV irq
+ * so clear and disable BSV irq
*/
if (ci->is_otg)
hw_write_otgsc(ci, OTGSC_BSVIE | OTGSC_BSVIS, OTGSC_BSVIS);