mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 12:03:54 +02:00
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:
parent
f3ae82534a
commit
8b5e7c33b3
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user