Staging: iio: Do not use multiple blank lines
authorCristina Opriceana <cristina.opriceana@gmail.com>
Sat, 14 Mar 2015 18:51:29 +0000 (20:51 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Mar 2015 15:14:05 +0000 (16:14 +0100)
This patch removes unnecessary blank lines between functions.
Found by checkpatch.pl:
"CHECK: Please don't use multiple blank lines".

Signed-off-by: Cristina Opriceana <cristina.opriceana@gmail.com>
Reviewed-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/iio/frequency/ad9834.c
drivers/staging/iio/frequency/ad9834.h

index 342c71318d3a59af49c91c0ff9f5a81a563def03..f06b14de21f8a01459f2f071fce2ba1d6064835c 100644 (file)
@@ -218,7 +218,6 @@ static ssize_t ad9834_show_out0_wavetype_available(struct device *dev,
        return sprintf(buf, "%s\n", str);
 }
 
-
 static IIO_DEVICE_ATTR(out_altvoltage0_out0_wavetype_available, S_IRUGO,
                       ad9834_show_out0_wavetype_available, NULL, 0);
 
index 0a0de4c4f460dcaa30705ebd552063a7a3c7c039..40fdd5da7bd0038fc1ff3d43676d377798084283 100644 (file)
@@ -69,7 +69,6 @@ struct ad9834_state {
        __be16                          freq_data[2];
 };
 
-
 /*
  * TODO: struct ad7887_platform_data needs to go into include/linux/iio
  */