From: Andy Shevchenko <andriy.shevchenko@intel.com>
To: Zheng Yongjun <zhengyongjun3@huawei.com>
Cc: sathyanarayanan.kuppuswamy@linux.intel.com, andy@kernel.org,
linus.walleij@linaro.org, bgolaszewski@baylibre.com,
linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 -next] gpio: wcove: convert comma to semicolon
Date: Fri, 8 Jan 2021 15:56:44 +0200 [thread overview]
Message-ID: <20210108135644.GO4077@smile.fi.intel.com> (raw)
In-Reply-To: <20210108092413.19354-1-zhengyongjun3@huawei.com>
On Fri, Jan 08, 2021 at 05:24:13PM +0800, Zheng Yongjun wrote:
> Replace a comma between expression statements by a semicolon.
Pushed to my review and testing queue, thanks!
> Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
> ---
> drivers/gpio/gpio-wcove.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpio/gpio-wcove.c b/drivers/gpio/gpio-wcove.c
> index b5fbba5a783a..97c5f1d01b62 100644
> --- a/drivers/gpio/gpio-wcove.c
> +++ b/drivers/gpio/gpio-wcove.c
> @@ -434,7 +434,7 @@ static int wcove_gpio_probe(struct platform_device *pdev)
> wg->chip.get_direction = wcove_gpio_get_direction;
> wg->chip.get = wcove_gpio_get;
> wg->chip.set = wcove_gpio_set;
> - wg->chip.set_config = wcove_gpio_set_config,
> + wg->chip.set_config = wcove_gpio_set_config;
> wg->chip.base = -1;
> wg->chip.ngpio = WCOVE_VGPIO_NUM;
> wg->chip.can_sleep = true;
> --
> 2.22.0
>
--
With Best Regards,
Andy Shevchenko
prev parent reply other threads:[~2021-01-08 13:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-08 9:24 [PATCH v2 -next] gpio: wcove: convert comma to semicolon Zheng Yongjun
2021-01-08 13:56 ` Andy Shevchenko [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=20210108135644.GO4077@smile.fi.intel.com \
--to=andriy.shevchenko@intel.com \
--cc=andy@kernel.org \
--cc=bgolaszewski@baylibre.com \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sathyanarayanan.kuppuswamy@linux.intel.com \
--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