mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 16:56:49 +07:00
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;
|
||||
}
|
||||
|
||||
static inline ssize_t adt7316_show_ad_bound(struct device *dev,
|
||||
struct device_attribute *attr,
|
||||
char *buf)
|
||||
|
@ -244,6 +244,7 @@ static int ad7152_write_raw_samp_freq(struct device *dev, int val)
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int ad7152_write_raw(struct iio_dev *indio_dev,
|
||||
struct iio_chan_spec const *chan,
|
||||
int val,
|
||||
|
Loading…
Reference in New Issue
Block a user