linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Peter Chen <peter.chen@nxp.com>
To: Zheng Yongjun <zhengyongjun3@huawei.com>
Cc: "balbi@kernel.org" <balbi@kernel.org>,
	"gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>,
	"linux-usb@vger.kernel.org" <linux-usb@vger.kernel.org>,
	"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH -next] usb: phy: convert comma to semicolon
Date: Tue, 15 Dec 2020 05:25:08 +0000	[thread overview]
Message-ID: <20201215052439.GD2142@b29397-desktop> (raw)
In-Reply-To: <20201211085428.2871-1-zhengyongjun3@huawei.com>

On 20-12-11 16:54:28, Zheng Yongjun wrote:
> Replace a comma between expression statements by a semicolon.
> 
> Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>

Reviewed-by: Peter Chen <peter.chen@nxp.com>

Peter
> ---
>  drivers/usb/phy/phy-isp1301-omap.c | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/drivers/usb/phy/phy-isp1301-omap.c b/drivers/usb/phy/phy-isp1301-omap.c
> index 4a6462c92ef2..6f4f74e6ba51 100644
> --- a/drivers/usb/phy/phy-isp1301-omap.c
> +++ b/drivers/usb/phy/phy-isp1301-omap.c
> @@ -1566,13 +1566,13 @@ isp1301_probe(struct i2c_client *i2c, const struct i2c_device_id *id)
>  
>  	isp->phy.dev = &i2c->dev;
>  	isp->phy.label = DRIVER_NAME;
> -	isp->phy.set_power = isp1301_set_power,
> +	isp->phy.set_power = isp1301_set_power;
>  
>  	isp->phy.otg->usb_phy = &isp->phy;
> -	isp->phy.otg->set_host = isp1301_set_host,
> -	isp->phy.otg->set_peripheral = isp1301_set_peripheral,
> -	isp->phy.otg->start_srp = isp1301_start_srp,
> -	isp->phy.otg->start_hnp = isp1301_start_hnp,
> +	isp->phy.otg->set_host = isp1301_set_host;
> +	isp->phy.otg->set_peripheral = isp1301_set_peripheral;
> +	isp->phy.otg->start_srp = isp1301_start_srp;
> +	isp->phy.otg->start_hnp = isp1301_start_hnp;
>  
>  	enable_vbus_draw(isp, 0);
>  	power_down(isp);
> -- 
> 2.22.0
> 

-- 

Thanks,
Peter Chen

      reply	other threads:[~2020-12-15  5:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-11  8:54 [PATCH -next] usb: phy: convert comma to semicolon Zheng Yongjun
2020-12-15  5:25 ` 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=20201215052439.GD2142@b29397-desktop \
    --to=peter.chen@nxp.com \
    --cc=balbi@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=zhengyongjun3@huawei.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;
as well as URLs for NNTP newsgroup(s).