Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: iio: Do not use multiple blank lines

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>

authored by

Cristina Opriceana and committed by
Greg Kroah-Hartman
9841ebcc f1d05b5f

-2
-1
drivers/staging/iio/frequency/ad9834.c
··· 218 218 return sprintf(buf, "%s\n", str); 219 219 } 220 220 221 - 222 221 static IIO_DEVICE_ATTR(out_altvoltage0_out0_wavetype_available, S_IRUGO, 223 222 ad9834_show_out0_wavetype_available, NULL, 0); 224 223
-1
drivers/staging/iio/frequency/ad9834.h
··· 69 69 __be16 freq_data[2]; 70 70 }; 71 71 72 - 73 72 /* 74 73 * TODO: struct ad7887_platform_data needs to go into include/linux/iio 75 74 */