Commit 01f62379 authored by Cristina Opriceana's avatar Cristina Opriceana Committed by Greg Kroah-Hartman

Staging: iio: Alignment should match open parenthesis

This patch arranges multiple-line parameters in accordance with
the parameter above them to improve coding style.
Found by checkpatch.pl
Signed-off-by: default avatarCristina Opriceana <cristina.opriceana@gmail.com>
Reviewed-by: default avatarDaniel Baluta <daniel.baluta@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9841ebcc
...@@ -200,7 +200,8 @@ static ssize_t ad9834_store_wavetype(struct device *dev, ...@@ -200,7 +200,8 @@ static ssize_t ad9834_store_wavetype(struct device *dev,
return ret ? ret : len; return ret ? ret : len;
} }
static ssize_t ad9834_show_out0_wavetype_available(struct device *dev, static
ssize_t ad9834_show_out0_wavetype_available(struct device *dev,
struct device_attribute *attr, struct device_attribute *attr,
char *buf) char *buf)
{ {
...@@ -221,7 +222,8 @@ static ssize_t ad9834_show_out0_wavetype_available(struct device *dev, ...@@ -221,7 +222,8 @@ static ssize_t ad9834_show_out0_wavetype_available(struct device *dev,
static IIO_DEVICE_ATTR(out_altvoltage0_out0_wavetype_available, S_IRUGO, static IIO_DEVICE_ATTR(out_altvoltage0_out0_wavetype_available, S_IRUGO,
ad9834_show_out0_wavetype_available, NULL, 0); ad9834_show_out0_wavetype_available, NULL, 0);
static ssize_t ad9834_show_out1_wavetype_available(struct device *dev, static
ssize_t ad9834_show_out1_wavetype_available(struct device *dev,
struct device_attribute *attr, struct device_attribute *attr,
char *buf) char *buf)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment