summaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c
diff options
context:
space:
mode:
authorLorenzo Bianconi <lorenzo@kernel.org>2019-12-01 23:38:18 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2019-12-15 11:42:15 +0000
commit757b4bcaa0d8fa74500b14b1655f6638ceafd056 (patch)
treedaf23d22e9bb26b3289d06523f081574a616cbda /drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c
parent2c289e63944467a41c6703f46bcf2f3340713510 (diff)
downloadlinux-stable-757b4bcaa0d8fa74500b14b1655f6638ceafd056.tar.gz
linux-stable-757b4bcaa0d8fa74500b14b1655f6638ceafd056.tar.bz2
linux-stable-757b4bcaa0d8fa74500b14b1655f6638ceafd056.zip
iio: imu: st_lsm6dsx: fix checkpatch warning
Fix following checkpatch warning: CHECK: Alignment should match open parenthesis +static int st_lsm6dsx_read_event(struct iio_dev *iio_dev, + const struct iio_chan_spec *chan, Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c')
-rw-r--r--drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c b/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c
index 11b2c7bc8041..a4ed72aef93e 100644
--- a/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c
+++ b/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c
@@ -1587,11 +1587,11 @@ static int st_lsm6dsx_event_setup(struct st_lsm6dsx_hw *hw, int state)
}
static int st_lsm6dsx_read_event(struct iio_dev *iio_dev,
- const struct iio_chan_spec *chan,
- enum iio_event_type type,
- enum iio_event_direction dir,
- enum iio_event_info info,
- int *val, int *val2)
+ const struct iio_chan_spec *chan,
+ enum iio_event_type type,
+ enum iio_event_direction dir,
+ enum iio_event_info info,
+ int *val, int *val2)
{
struct st_lsm6dsx_sensor *sensor = iio_priv(iio_dev);
struct st_lsm6dsx_hw *hw = sensor->hw;