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>
This commit is contained in:
parent
f1d05b5f68
commit
9841ebccd0
@ -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);
|
||||
|
||||
|
@ -69,7 +69,6 @@ struct ad9834_state {
|
||||
__be16 freq_data[2];
|
||||
};
|
||||
|
||||
|
||||
/*
|
||||
* TODO: struct ad7887_platform_data needs to go into include/linux/iio
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user