All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb: udc: Fix typo in comment
@ 2022-01-27  7:16 tangmeng
  0 siblings, 0 replies; only message in thread
From: tangmeng @ 2022-01-27  7:16 UTC (permalink / raw)
  To: Peter.Chen, gregkh, linux-usb, linux-kernel; +Cc: tangmeng

Replace disbale with disable

Signed-off-by: tangmeng <tangmeng@uniontech.com>
---
 drivers/usb/chipidea/udc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
2.20.1




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-27  7:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-27  7:16 [PATCH] usb: udc: Fix typo in comment tangmeng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.