From: Jonathan Cameron <jic23@kernel.org>
To: Ana Calinov <ana.calinov@gmail.com>,
lars@metafoo.de, michael.hennerich@analog.com, knaack.h@gm.de,
pmeerw@pmeerw.net, linux-iio@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] iio: frequency: adf4350: Delete blank line
Date: Sat, 11 Jul 2015 18:28:30 +0100 [thread overview]
Message-ID: <55A1523E.7060301@kernel.org> (raw)
In-Reply-To: <20150708140431.GA20967@spook>
On 08/07/15 15:04, Ana Calinov wrote:
> This patch removes an unnecessary blank line
> found by checkpatch.pl --strict:
> Blank lines aren't necessary after an open brace '{'.
>
> Signed-off-by: Ana Calinov <ana.calinov@gmail.com>
Applied to the togreg branch of iio.git. Initially pushed
out as testing for the autobuilders to play with it.
Thanks,
Jonathan
> ---
> drivers/iio/frequency/adf4350.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/iio/frequency/adf4350.c b/drivers/iio/frequency/adf4350.c
> index 10a0dfc..9890c81 100644
> --- a/drivers/iio/frequency/adf4350.c
> +++ b/drivers/iio/frequency/adf4350.c
> @@ -72,7 +72,6 @@ static int adf4350_sync_config(struct adf4350_state *st)
> for (i = ADF4350_REG5; i >= ADF4350_REG0; i--) {
> if ((st->regs_hw[i] != st->regs[i]) ||
> ((i == ADF4350_REG0) && doublebuf)) {
> -
> switch (i) {
> case ADF4350_REG1:
> case ADF4350_REG4:
>
prev parent reply other threads:[~2015-07-11 17:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-08 14:04 [PATCH] iio: frequency: adf4350: Delete blank line Ana Calinov
2015-07-11 17:28 ` 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=55A1523E.7060301@kernel.org \
--to=jic23@kernel.org \
--cc=ana.calinov@gmail.com \
--cc=knaack.h@gm.de \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=michael.hennerich@analog.com \
--cc=pmeerw@pmeerw.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.