From: Jilin Yuan Date: Sat, 16 Jul 2022 13:16:30 +0000 (+0800) Subject: usb/chipidea: fix repeated words in comments X-Git-Tag: v6.1-rc5~724^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe3cc0cebe6091675c8bacd94e232a3203b939b8;p=platform%2Fkernel%2Flinux-starfive.git usb/chipidea: fix repeated words in comments Delete the redundant word 'power'. Acked-by: Peter Chen Signed-off-by: Jilin Yuan Link: https://lore.kernel.org/r/20220716131630.33151-1-yuanjilin@cdjrlc.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/chipidea/otg_fsm.c b/drivers/usb/chipidea/otg_fsm.c index 6ed4b00..61b157b 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) {