浏览代码

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

This patch fixes the following checkpatch.pl error:
ERROR: space prohibited before that ',' (ctx:WxW)

Signed-off-by: Roberta Dobrescu <roberta.dobrescu@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Roberta Dobrescu 10 年之前
父节点
当前提交
c5878d9dbb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/iio/amplifiers/ad8366.c

+ 1 - 1
drivers/iio/amplifiers/ad8366.c

@@ -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;