aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/chipidea
diff options
context:
space:
mode:
authorGravatar Jilin Yuan <yuanjilin@cdjrlc.com> 2022-07-16 21:16:30 +0800
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2022-07-27 14:38:01 +0200
commitfe3cc0cebe6091675c8bacd94e232a3203b939b8 (patch)
treef4f49cfbed1af34d460c7ae3c4c282ae6c060bde /drivers/usb/chipidea
parentusb: renesas-xhci: Do not print any log while fw verif success (diff)
downloadlinux-fe3cc0cebe6091675c8bacd94e232a3203b939b8.tar.gz
linux-fe3cc0cebe6091675c8bacd94e232a3203b939b8.tar.bz2
linux-fe3cc0cebe6091675c8bacd94e232a3203b939b8.zip
usb/chipidea: fix repeated words in comments
Delete the redundant word 'power'. Acked-by: Peter Chen <peter.chen@kernel.org> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com> Link: https://lore.kernel.org/r/20220716131630.33151-1-yuanjilin@cdjrlc.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/chipidea')
-rw-r--r--drivers/usb/chipidea/otg_fsm.c2
1 files changed, 1 insertions, 1 deletions
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) {