[PATCH] staging: iio: adc: Add comments to prevent checks corrections

2018-10-15 Thread Gabriel Capella
This patch adds 3 comments in 2 different files. These comments warn to don't correct the checks of type: "CHECK: spaces preferred around that '-'" Signed-off-by: Gabriel Capella --- drivers/staging/iio/adc/ad7192.c | 1 + drivers/staging/iio/adc/ad7280a.c | 2 ++ 2 fi

[PATCH] staging: iio: adc: ad7280a: fix 2 checks

2018-10-06 Thread Gabriel Capella
This patch does not change the logic, it only corrects the checkpatch checks. The patch fixes 2 checks of type: "CHECK: spaces preferred around that '-'" Signed-off-by: Gabriel Capella --- drivers/staging/iio/adc/ad7280a.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti