iio: amplifiers: ad8366: Remove space before ','
authorRoberta Dobrescu <roberta.dobrescu@gmail.com>
Tue, 30 Dec 2014 18:45:43 +0000 (20:45 +0200)
committerJonathan Cameron <jic23@kernel.org>
Thu, 1 Jan 2015 12:16:07 +0000 (12:16 +0000)
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>
drivers/iio/amplifiers/ad8366.c

index ba6f6a9..fce25a0 100644 (file)
@@ -166,7 +166,7 @@ static int ad8366_probe(struct spi_device *spi)
        if (ret)
                goto error_disable_reg;
 
-       ad8366_write(indio_dev, 0 , 0);
+       ad8366_write(indio_dev, 0, 0);
 
        return 0;