Linux IIO development
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Franziska Naepelt <franziska.naepelt@googlemail.com>
Cc: linux-iio@vger.kernel.org, lars@metafoo.de,
	Michael.Hennerich@analog.com, linux-kernel@vger.kernel.org,
	Franziska Naepelt <franziska.naepelt@gmail.com>
Subject: Re: [PATCH] iio: amplifiers: ad8366 Fix whitespace issue
Date: Sun, 28 May 2023 16:03:13 +0100	[thread overview]
Message-ID: <20230528160313.551794f0@jic23-huawei> (raw)
In-Reply-To: <20230528104802.22011-1-franziska.naepelt@gmail.com>

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


      reply	other threads:[~2023-05-28 14:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-28 10:48 [PATCH] iio: amplifiers: ad8366 Fix whitespace issue Franziska Naepelt
2023-05-28 15:03 ` Jonathan Cameron [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=20230528160313.551794f0@jic23-huawei \
    --to=jic23@kernel.org \
    --cc=Michael.Hennerich@analog.com \
    --cc=franziska.naepelt@gmail.com \
    --cc=franziska.naepelt@googlemail.com \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /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