提交 c4f0ebd9 编写于 作者: S Shraddha Barke 提交者: Jonathan Cameron

Staging: iio: cdc: ad7150: Fix alignment should match open parenthesis

Fix the checkpatch warning of alignment should match open
parenthesis.
Signed-off-by: NShraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: NJonathan Cameron <jic23@kernel.org>
上级 c0559ae2
......@@ -160,7 +160,8 @@ static int ad7150_read_event_config(struct iio_dev *indio_dev,
/* lock should be held */
static int ad7150_write_event_params(struct iio_dev *indio_dev,
unsigned int chan, enum iio_event_type type,
unsigned int chan,
enum iio_event_type type,
enum iio_event_direction dir)
{
int ret;
......@@ -209,7 +210,8 @@ static int ad7150_write_event_params(struct iio_dev *indio_dev,
}
static int ad7150_write_event_config(struct iio_dev *indio_dev,
const struct iio_chan_spec *chan, enum iio_event_type type,
const struct iio_chan_spec *chan,
enum iio_event_type type,
enum iio_event_direction dir, int state)
{
u8 thresh_type, cfg, adaptive;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册