Commit 6d01a4d3 authored by Anchal Jain's avatar Anchal Jain Committed by Jonathan Cameron

staging: iio: cdc: ad7152: Add blank line after declarations to increase readability

Add a blank line after the function to increase the readability of the code.
Signed-off-by: default avatarAnchal Jain <anchalj109@gmail.com>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 28e5d3bb
...@@ -134,6 +134,7 @@ static inline ssize_t ad7152_start_calib(struct device *dev, ...@@ -134,6 +134,7 @@ static inline ssize_t ad7152_start_calib(struct device *dev,
mutex_unlock(&indio_dev->mlock); mutex_unlock(&indio_dev->mlock);
return len; return len;
} }
static ssize_t ad7152_start_offset_calib(struct device *dev, static ssize_t ad7152_start_offset_calib(struct device *dev,
struct device_attribute *attr, struct device_attribute *attr,
const char *buf, const char *buf,
...@@ -142,6 +143,7 @@ static ssize_t ad7152_start_offset_calib(struct device *dev, ...@@ -142,6 +143,7 @@ static ssize_t ad7152_start_offset_calib(struct device *dev,
return ad7152_start_calib(dev, attr, buf, len, return ad7152_start_calib(dev, attr, buf, len,
AD7152_CONF_MODE_OFFS_CAL); AD7152_CONF_MODE_OFFS_CAL);
} }
static ssize_t ad7152_start_gain_calib(struct device *dev, static ssize_t ad7152_start_gain_calib(struct device *dev,
struct device_attribute *attr, struct device_attribute *attr,
const char *buf, const char *buf,
...@@ -317,6 +319,7 @@ static int ad7152_write_raw(struct iio_dev *indio_dev, ...@@ -317,6 +319,7 @@ static int ad7152_write_raw(struct iio_dev *indio_dev,
mutex_unlock(&indio_dev->mlock); mutex_unlock(&indio_dev->mlock);
return ret; return ret;
} }
static int ad7152_read_raw(struct iio_dev *indio_dev, static int ad7152_read_raw(struct iio_dev *indio_dev,
struct iio_chan_spec const *chan, struct iio_chan_spec const *chan,
int *val, int *val2, int *val, int *val2,
...@@ -470,6 +473,7 @@ static const struct iio_chan_spec ad7152_channels[] = { ...@@ -470,6 +473,7 @@ static const struct iio_chan_spec ad7152_channels[] = {
BIT(IIO_CHAN_INFO_SCALE), BIT(IIO_CHAN_INFO_SCALE),
} }
}; };
/* /*
* device probe and remove * device probe and remove
*/ */
......
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