* [PATCH] iio: amplifiers: ad8366 Fix whitespace issue
@ 2023-05-28 10:48 Franziska Naepelt
2023-05-28 15:03 ` Jonathan Cameron
0 siblings, 1 reply; 2+ messages in thread
From: Franziska Naepelt @ 2023-05-28 10:48 UTC (permalink / raw)
To: linux-iio; +Cc: lars, Michael.Hennerich, jic23, linux-kernel, Franziska Naepelt
This removes the following checkpatch issue:
- ERROR: space prohibited before that ',' (ctx:WxW)
Signed-off-by: Franziska Naepelt <franziska.naepelt@gmail.com>
---
drivers/iio/amplifiers/ad8366.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/iio/amplifiers/ad8366.c b/drivers/iio/amplifiers/ad8366.c
index f2c2ea79a07f..8d8c8ea94258 100644
--- a/drivers/iio/amplifiers/ad8366.c
+++ b/drivers/iio/amplifiers/ad8366.c
@@ -281,7 +281,7 @@ static int ad8366_probe(struct spi_device *spi)
indio_dev->info = &ad8366_info;
indio_dev->modes = INDIO_DIRECT_MODE;
- ret = ad8366_write(indio_dev, 0 , 0);
+ ret = ad8366_write(indio_dev, 0, 0);
if (ret < 0)
goto error_disable_reg;
base-commit: 44c026a73be8038f03dbdeef028b642880cf1511
--
2.39.2 (Apple Git-143)
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] iio: amplifiers: ad8366 Fix whitespace issue
2023-05-28 10:48 [PATCH] iio: amplifiers: ad8366 Fix whitespace issue Franziska Naepelt
@ 2023-05-28 15:03 ` Jonathan Cameron
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2023-05-28 15:03 UTC (permalink / raw)
To: Franziska Naepelt
Cc: linux-iio, lars, Michael.Hennerich, linux-kernel,
Franziska Naepelt
On Sun, 28 May 2023 12:48:02 +0200
Franziska Naepelt <franziska.naepelt@googlemail.com> wrote:
> This removes the following checkpatch issue:
> - ERROR: space prohibited before that ',' (ctx:WxW)
>
> Signed-off-by: Franziska Naepelt <franziska.naepelt@gmail.com>
Applied,
Thanks,
Jonathan
> ---
> drivers/iio/amplifiers/ad8366.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iio/amplifiers/ad8366.c b/drivers/iio/amplifiers/ad8366.c
> index f2c2ea79a07f..8d8c8ea94258 100644
> --- a/drivers/iio/amplifiers/ad8366.c
> +++ b/drivers/iio/amplifiers/ad8366.c
> @@ -281,7 +281,7 @@ static int ad8366_probe(struct spi_device *spi)
> indio_dev->info = &ad8366_info;
> indio_dev->modes = INDIO_DIRECT_MODE;
>
> - ret = ad8366_write(indio_dev, 0 , 0);
> + ret = ad8366_write(indio_dev, 0, 0);
> if (ret < 0)
> goto error_disable_reg;
>
>
> base-commit: 44c026a73be8038f03dbdeef028b642880cf1511
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-05-28 14:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-28 10:48 [PATCH] iio: amplifiers: ad8366 Fix whitespace issue Franziska Naepelt
2023-05-28 15:03 ` Jonathan Cameron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox