Re: [PATCH 1/2] staging:iio:adc:added space around '-'

From: Dan Carpenter
Date: Sat Jan 30 2016 - 10:12:42 EST


We could make checkpatch.pl not complain if the line says checkpatch: on
it. It would look like this.

- in_voltage-voltage_thresh_low_value,
+ in_voltage-voltage_thresh_low_value, /* checkpatch: not math */

I suppose I could have made the explanation longer since the it won't
complain about the 80 character limit... What do you guys think?

regards,
dan carpenter