iio: amplifiers: ad8366 Fix whitespace issue
authorFranziska Naepelt <franziska.naepelt@googlemail.com>
Sun, 28 May 2023 10:48:02 +0000 (12:48 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 28 May 2023 15:01:55 +0000 (16:01 +0100)
This removes the following checkpatch issue:
- ERROR: space prohibited before that ',' (ctx:WxW)

Signed-off-by: Franziska Naepelt <franziska.naepelt@gmail.com>
Link: https://lore.kernel.org/r/20230528104802.22011-1-franziska.naepelt@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/amplifiers/ad8366.c

index f2c2ea7..8d8c8ea 100644 (file)
@@ -281,7 +281,7 @@ static int ad8366_probe(struct spi_device *spi)
        indio_dev->info = &ad8366_info;
        indio_dev->modes = INDIO_DIRECT_MODE;
 
-       ret = ad8366_write(indio_dev, 0 , 0);
+       ret = ad8366_write(indio_dev, 0, 0);
        if (ret < 0)
                goto error_disable_reg;