staging: iio: Add blank lines after function declarations
This was reported by checkpatch.pl: CHECK: Please use a blank line after function/struct/union/enum declarations Signed-off-by: Narcisa Ana Maria Vasile <narcisaanamaria12@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
parent
fb4d75a9db
commit
6602292e1d
@ -1863,6 +1863,7 @@ static ssize_t adt7316_set_int_mask(struct device *dev,
|
|||||||
|
|
||||||
return len;
|
return len;
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline ssize_t adt7316_show_ad_bound(struct device *dev,
|
static inline ssize_t adt7316_show_ad_bound(struct device *dev,
|
||||||
struct device_attribute *attr,
|
struct device_attribute *attr,
|
||||||
char *buf)
|
char *buf)
|
||||||
|
@ -244,6 +244,7 @@ static int ad7152_write_raw_samp_freq(struct device *dev, int val)
|
|||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int ad7152_write_raw(struct iio_dev *indio_dev,
|
static int ad7152_write_raw(struct iio_dev *indio_dev,
|
||||||
struct iio_chan_spec const *chan,
|
struct iio_chan_spec const *chan,
|
||||||
int val,
|
int val,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user