iio: imu: st_lsm6dsx: fix checkpatch warning
authorLorenzo Bianconi <lorenzo@kernel.org>
Sun, 1 Dec 2019 21:38:18 +0000 (23:38 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 15 Dec 2019 11:42:15 +0000 (11:42 +0000)
commit757b4bcaa0d8fa74500b14b1655f6638ceafd056
treedaf23d22e9bb26b3289d06523f081574a616cbda
parent2c289e63944467a41c6703f46bcf2f3340713510
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>
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c