From: Jonathan Cameron <jic23@kernel.org>
To: Calvin Glisson <taragaram@gmail.com>
Cc: lars@metafoo.de, linux-iio@vger.kernel.org
Subject: Re: [PATCH] staging: iio: ad9834: Remove excess blank line
Date: Thu, 6 Aug 2020 18:35:49 +0100 [thread overview]
Message-ID: <20200806183549.46c67d94@archlinux> (raw)
In-Reply-To: <20200805222300.GA5402@ougon.homenetwork>
On Wed, 5 Aug 2020 15:23:00 -0700
Calvin Glisson <taragaram@gmail.com> wrote:
> Remove excess blank line after variable declarations.
> Improves code consistency and readability.
> Change suggested by checkpatch.pl:
>
> CHECK: Please don't use multiple blank lines
>
> Signed-off-by: Calvin Glisson <taragaram@gmail.com>
Applied
> ---
> drivers/staging/iio/frequency/ad9834.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/staging/iio/frequency/ad9834.c b/drivers/staging/iio/frequency/ad9834.c
> index 77f77a2b2e05..262c3590e64e 100644
> --- a/drivers/staging/iio/frequency/ad9834.c
> +++ b/drivers/staging/iio/frequency/ad9834.c
> @@ -397,7 +397,6 @@ static int ad9834_probe(struct spi_device *spi)
> struct regulator *reg;
> int ret;
>
> -
> reg = devm_regulator_get(&spi->dev, "avdd");
> if (IS_ERR(reg))
> return PTR_ERR(reg);
prev parent reply other threads:[~2020-08-06 17:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-05 22:23 [PATCH] staging: iio: ad9834: Remove excess blank line Calvin Glisson
2020-08-06 17:35 ` 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=20200806183549.46c67d94@archlinux \
--to=jic23@kernel.org \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=taragaram@gmail.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