All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Zheng Yongjun <zhengyongjun3@huawei.com>
Cc: wim@linux-watchdog.org, linux-watchdog@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH -next] watchdog: convert comma to semicolon
Date: Wed, 16 Dec 2020 12:16:36 -0800	[thread overview]
Message-ID: <20201216201636.GA68047@roeck-us.net> (raw)
In-Reply-To: <20201216132733.15635-1-zhengyongjun3@huawei.com>

On Wed, Dec 16, 2020 at 09:27:33PM +0800, Zheng Yongjun wrote:
> Replace a comma between expression statements by a semicolon.
> 
> Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

Guenter

> ---
>  drivers/watchdog/mpc8xxx_wdt.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/watchdog/mpc8xxx_wdt.c b/drivers/watchdog/mpc8xxx_wdt.c
> index 3fc457bc16db..2f7ded32e878 100644
> --- a/drivers/watchdog/mpc8xxx_wdt.c
> +++ b/drivers/watchdog/mpc8xxx_wdt.c
> @@ -175,8 +175,8 @@ static int mpc8xxx_wdt_probe(struct platform_device *ofdev)
>  
>  	spin_lock_init(&ddata->lock);
>  
> -	ddata->wdd.info = &mpc8xxx_wdt_info,
> -	ddata->wdd.ops = &mpc8xxx_wdt_ops,
> +	ddata->wdd.info = &mpc8xxx_wdt_info;
> +	ddata->wdd.ops = &mpc8xxx_wdt_ops;
>  
>  	ddata->wdd.timeout = WATCHDOG_TIMEOUT;
>  	watchdog_init_timeout(&ddata->wdd, timeout, dev);
> -- 
> 2.22.0
> 

      reply	other threads:[~2020-12-16 20:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-16 13:27 [PATCH -next] watchdog: convert comma to semicolon Zheng Yongjun
2020-12-16 20:16 ` Guenter Roeck [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=20201216201636.GA68047@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=wim@linux-watchdog.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.