提交 c5878d9d 编写于 作者: R Roberta Dobrescu 提交者: Jonathan Cameron

iio: amplifiers: ad8366: Remove space before ','

This patch fixes the following checkpatch.pl error:
ERROR: space prohibited before that ',' (ctx:WxW)
Signed-off-by: NRoberta Dobrescu <roberta.dobrescu@gmail.com>
Signed-off-by: NJonathan Cameron <jic23@kernel.org>
上级 586d48f9
...@@ -166,7 +166,7 @@ static int ad8366_probe(struct spi_device *spi) ...@@ -166,7 +166,7 @@ static int ad8366_probe(struct spi_device *spi)
if (ret) if (ret)
goto error_disable_reg; goto error_disable_reg;
ad8366_write(indio_dev, 0 , 0); ad8366_write(indio_dev, 0, 0);
return 0; return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册