Re: [PATCH 1/1] Staging: iio: meter: ade7854-i2c: code style improvements

2015-02-13 Thread Sudip Mukherjee
On Thu, Feb 12, 2015 at 10:49:46PM -0800, Tolga Ceylan wrote: Code reformatting based on checkpatch.pl with --strict: 1) Lines over 80 characters were fixed 2) Alignment should match open paranthesis cases corrected 3) Comparison to NULL rewritten as !indio_dev you are doing three different

Re: [PATCH 1/1] Staging: iio: meter: ade7854-i2c: code style improvements

2015-02-13 Thread Tolga Ceylan
On Fri, Feb 13, 2015 at 12:27 AM, Sudip Mukherjee sudipm.mukher...@gmail.com wrote: you are doing three different types of changes here. one patch should have only one type of change. regards sudip Thank you, I'll split this up and resubmit. Regards, Tolga

[PATCH 1/1] Staging: iio: meter: ade7854-i2c: code style improvements

2015-02-12 Thread Tolga Ceylan
Code reformatting based on checkpatch.pl with --strict: 1) Lines over 80 characters were fixed 2) Alignment should match open paranthesis cases corrected 3) Comparison to NULL rewritten as !indio_dev Signed-off-by: Tolga Ceylan tolga.cey...@gmail.com --- drivers/staging/iio/meter/ade7854-i2c.c |