[PATCH] usb/musb: fix repeated words in comments

Jilin Yuan posted 1 patch 3 years, 7 months ago
drivers/usb/musb/musb_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] usb/musb: fix repeated words in comments
Posted by Jilin Yuan 3 years, 7 months ago
 Delete the redundant word 'from'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.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