diff options
| author | 2019-10-06 15:22:03 +0200 | |
|---|---|---|
| committer | 2019-10-15 21:11:05 +0100 | |
| commit | b307f495468b455d3f85f8715e5b7cd83937a76a (patch) | |
| tree | f3565730f9922f44e38604e7cb7ea8e81a37d1e0 /include/linux/platform_data | |
| parent | iio: imu: st_lsm6dsx: grab conf mutex in st_lsm6dsx_write_event_config (diff) | |
| download | linux-dev-b307f495468b455d3f85f8715e5b7cd83937a76a.tar.xz linux-dev-b307f495468b455d3f85f8715e5b7cd83937a76a.zip | |
iio: imu: st_lsm6dsx: fix checkpatch warning
Fix following checkpatch warnings:
CHECK: Alignment should match open parenthesis
+static int st_lsm6dsx_read_event(struct iio_dev *iio_dev,
+ const struct iio_chan_spec *chan,
CHECK: Alignment should match open parenthesis
+static int st_lsm6dsx_write_event(struct iio_dev *iio_dev,
+ const struct iio_chan_spec *chan,
CHECK: Alignment should match open parenthesis
+static int st_lsm6dsx_read_event_config(struct iio_dev *iio_dev,
+ const struct iio_chan_spec *chan,
CHECK: Alignment should match open parenthesis
+static int st_lsm6dsx_write_event_config(struct iio_dev *iio_dev,
+ const struct iio_chan_spec *chan,
WARNING: line over 80 characters
+ if (dev->of_node && of_property_read_bool(dev->of_node, "wakeup-source"))
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'include/linux/platform_data')
0 files changed, 0 insertions, 0 deletions
