From: Peter Chen <peter.chen@kernel.org>
To: Jilin Yuan <yuanjilin@cdjrlc.com>
Cc: gregkh@linuxfoundation.org, linux-usb@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] usb/chipidea: fix repeated words in comments
Date: Wed, 27 Jul 2022 16:40:33 +0800 [thread overview]
Message-ID: <20220727084033.GB269370@nchen-desktop> (raw)
In-Reply-To: <20220716131630.33151-1-yuanjilin@cdjrlc.com>
On 22-07-16 21:16:30, Jilin Yuan wrote:
> 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) {
> --
Acked-by: Peter Chen <peter.chen@kernel.org>
--
Thanks,
Peter Chen
prev parent reply other threads:[~2022-07-27 8:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-16 13:16 [PATCH] usb/chipidea: fix repeated words in comments Jilin Yuan
2022-07-27 8:40 ` Peter Chen [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220727084033.GB269370@nchen-desktop \
--to=peter.chen@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=yuanjilin@cdjrlc.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox