iio: amplifiers: ad8366 Fix whitespace issue

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>
This commit is contained in:
Franziska Naepelt 2023-05-28 12:48:02 +02:00 committed by Jonathan Cameron
parent f3ae82534a
commit 8b5e7c33b3

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