Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Roberta Dobrescu and committed by
Jonathan Cameron
c5878d9d 586d48f9

+1 -1
+1 -1
drivers/iio/amplifiers/ad8366.c
··· 166 166 if (ret) 167 167 goto error_disable_reg; 168 168 169 - ad8366_write(indio_dev, 0 , 0); 169 + ad8366_write(indio_dev, 0, 0); 170 170 171 171 return 0; 172 172