提交 745c6dad 编写于 作者: N Narcisa Ana Maria Vasile 提交者: Jonathan Cameron

staging: iio: cdc: ad7746: Fix alignment with paranthesis

This was reported by checkpatch.pl:
CHECK: Alignment should match open parenthesis
Signed-off-by: NNarcisa Ana Maria Vasile <narcisaanamaria12@gmail.com>
Signed-off-by: NJonathan Cameron <jic23@kernel.org>
上级 6602292e
......@@ -547,7 +547,7 @@ static int ad7746_read_raw(struct iio_dev *indio_dev,
regval = chip->config | AD7746_CONF_MODE_SINGLE_CONV;
ret = i2c_smbus_write_byte_data(chip->client, AD7746_REG_CFG,
regval);
regval);
if (ret < 0)
goto out;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册