[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220821153049.3565-1-yuanjilin@cdjrlc.com>
Date: Sun, 21 Aug 2022 23:30:49 +0800
From: Jilin Yuan <yuanjilin@...rlc.com>
To: b-liu@...com, gregkh@...uxfoundation.org
Cc: linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
Jilin Yuan <yuanjilin@...rlc.com>
Subject: [PATCH] usb/musb: fix repeated words in comments
Delete the redundant word 'from'.
Signed-off-by: Jilin Yuan <yuanjilin@...rlc.com>
---
drivers/usb/musb/musb_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c
index f7b1d5993f8c..6ee7d47141c1 100644
--- a/drivers/usb/musb/musb_core.c
+++ b/drivers/usb/musb/musb_core.c
@@ -960,7 +960,7 @@ static void musb_handle_intr_disconnect(struct musb *musb, u8 devctl)
case OTG_STATE_B_HOST:
/* REVISIT this behaves for "real disconnect"
* cases; make sure the other transitions from
- * from B_HOST act right too. The B_HOST code
+ * B_HOST act right too. The B_HOST code
* in hnp_stop() is currently not used...
*/
musb_root_disconnect(musb);
--
2.36.1
Powered by blists - more mailing lists