All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iio: frequency: adf4350: Delete blank line
@ 2015-07-08 14:04 Ana Calinov
  2015-07-11 17:28 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: Ana Calinov @ 2015-07-08 14:04 UTC (permalink / raw
  To: jic23, lars, michael.hennerich, knaack.h, pmeerw, linux-iio; +Cc: linux-kernel

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] iio: frequency: adf4350: Delete blank line
  2015-07-08 14:04 [PATCH] iio: frequency: adf4350: Delete blank line Ana Calinov
@ 2015-07-11 17:28 ` Jonathan Cameron
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2015-07-11 17:28 UTC (permalink / raw
  To: Ana Calinov, lars, michael.hennerich, knaack.h, pmeerw, linux-iio
  Cc: linux-kernel

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:
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-11 17:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-08 14:04 [PATCH] iio: frequency: adf4350: Delete blank line Ana Calinov
2015-07-11 17:28 ` Jonathan Cameron

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.