Linux USB
 help / color / mirror / Atom feed
* [PATCH] usb/chipidea: fix repeated words in comments
@ 2022-07-16 13:16 Jilin Yuan
  2022-07-27  8:40 ` Peter Chen
  0 siblings, 1 reply; 2+ messages in thread
From: Jilin Yuan @ 2022-07-16 13:16 UTC (permalink / raw)
  To: peter.chen, gregkh; +Cc: linux-usb, linux-kernel, Jilin Yuan

 Delete the redundant word 'power'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 drivers/usb/chipidea/otg_fsm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/chipidea/otg_fsm.c b/drivers/usb/chipidea/otg_fsm.c
index 6ed4b00dba96..61b157b9c662 100644
--- a/drivers/usb/chipidea/otg_fsm.c
+++ b/drivers/usb/chipidea/otg_fsm.c
@@ -459,7 +459,7 @@ static void ci_otg_drv_vbus(struct otg_fsm *fsm, int on)
 	struct ci_hdrc	*ci = container_of(fsm, struct ci_hdrc, fsm);
 
 	if (on) {
-		/* Enable power power */
+		/* Enable power */
 		hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS | PORTSC_PP,
 							PORTSC_PP);
 		if (ci->platdata->reg_vbus) {
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-27  8:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-16 13:16 [PATCH] usb/chipidea: fix repeated words in comments Jilin Yuan
2022-07-27  8:40 ` Peter Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox