linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 -next] gpio: tegra186: convert comma to semicolon
@ 2021-01-08  9:23 Zheng Yongjun
  2021-01-22 12:02 ` Bartosz Golaszewski
  0 siblings, 1 reply; 2+ messages in thread
From: Zheng Yongjun @ 2021-01-08  9:23 UTC (permalink / raw)
  To: linus.walleij, bgolaszewski, linux-gpio, linux-tegra, linux-kernel
  Cc: thierry.reding, jonathanh, Zheng Yongjun

Replace a comma between expression statements by a semicolon.

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
---
 drivers/gpio/gpio-tegra186.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/gpio-tegra186.c b/drivers/gpio/gpio-tegra186.c
index 9500074b1f1b..05974b760796 100644
--- a/drivers/gpio/gpio-tegra186.c
+++ b/drivers/gpio/gpio-tegra186.c
@@ -647,7 +647,7 @@ static int tegra186_gpio_probe(struct platform_device *pdev)
 	gpio->gpio.get_direction = tegra186_gpio_get_direction;
 	gpio->gpio.direction_input = tegra186_gpio_direction_input;
 	gpio->gpio.direction_output = tegra186_gpio_direction_output;
-	gpio->gpio.get = tegra186_gpio_get,
+	gpio->gpio.get = tegra186_gpio_get;
 	gpio->gpio.set = tegra186_gpio_set;
 	gpio->gpio.set_config = tegra186_gpio_set_config;
 	gpio->gpio.add_pin_ranges = tegra186_gpio_add_pin_ranges;
-- 
2.22.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2 -next] gpio: tegra186: convert comma to semicolon
  2021-01-08  9:23 [PATCH v2 -next] gpio: tegra186: convert comma to semicolon Zheng Yongjun
@ 2021-01-22 12:02 ` Bartosz Golaszewski
  0 siblings, 0 replies; 2+ messages in thread
From: Bartosz Golaszewski @ 2021-01-22 12:02 UTC (permalink / raw)
  To: Zheng Yongjun
  Cc: Linus Walleij, linux-gpio, linux-tegra, LKML, Thierry Reding,
	Jonathan Hunter

On Fri, Jan 8, 2021 at 10:23 AM Zheng Yongjun <zhengyongjun3@huawei.com> wrote:
>
> Replace a comma between expression statements by a semicolon.
>
> Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
> ---
>  drivers/gpio/gpio-tegra186.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpio/gpio-tegra186.c b/drivers/gpio/gpio-tegra186.c
> index 9500074b1f1b..05974b760796 100644
> --- a/drivers/gpio/gpio-tegra186.c
> +++ b/drivers/gpio/gpio-tegra186.c
> @@ -647,7 +647,7 @@ static int tegra186_gpio_probe(struct platform_device *pdev)
>         gpio->gpio.get_direction = tegra186_gpio_get_direction;
>         gpio->gpio.direction_input = tegra186_gpio_direction_input;
>         gpio->gpio.direction_output = tegra186_gpio_direction_output;
> -       gpio->gpio.get = tegra186_gpio_get,
> +       gpio->gpio.get = tegra186_gpio_get;
>         gpio->gpio.set = tegra186_gpio_set;
>         gpio->gpio.set_config = tegra186_gpio_set_config;
>         gpio->gpio.add_pin_ranges = tegra186_gpio_add_pin_ranges;
> --
> 2.22.0
>

Applied, thanks!

Bartosz

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-22 12:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-08  9:23 [PATCH v2 -next] gpio: tegra186: convert comma to semicolon Zheng Yongjun
2021-01-22 12:02 ` Bartosz Golaszewski

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).