Address code formatting warnings and check messages flagged by checkpatch script. Also include another improvement for correcting macro name typos. Changes intended to improve readability of code. Changes since v1: 1. Add separate patch for code re-indentation comment 2. Add separate patch for correcting macro names as suggested by Lars-Peter. 3. Update variable name from sync* to sinc* as suggested by Stefano. 4. Revert patch intended to add space around "-" operator. It was a string with a "-" sign further formatted using stringification. That patch is out of the patchset now. Deepak R Varma (3): staging: iio: adc: ad7192: Re-indent enum labels staging: iio: adc: ad7192: Correct macro names from SYNC to SINC staging: iio: adc: ad7192: Reformat lines crossing 80 columns drivers/staging/iio/adc/ad7192.c | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) -- 2.17.1