Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1179861 > unrolled thread
| Started by | Ana Calinov <ana.calinov@gmail.com> |
|---|---|
| First post | 2015-07-08 16:10 +0200 |
| Last post | 2015-07-11 19:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] iio: frequency: adf4350: Delete blank line Ana Calinov <ana.calinov@gmail.com> - 2015-07-08 16:10 +0200
Re: [PATCH] iio: frequency: adf4350: Delete blank line Jonathan Cameron <jic23@kernel.org> - 2015-07-11 19:30 +0200
| From | Ana Calinov <ana.calinov@gmail.com> |
|---|---|
| Date | 2015-07-08 16:10 +0200 |
| Subject | [PATCH] iio: frequency: adf4350: Delete blank line |
| Message-ID | <pJYcW-3IU-15@gated-at.bofh.it> |
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>
---
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:
--
2.1.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Jonathan Cameron <jic23@kernel.org> |
|---|---|
| Date | 2015-07-11 19:30 +0200 |
| Message-ID | <pL6L9-5V0-11@gated-at.bofh.it> |
| In reply to | #1179861 |
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:
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web