Re: [PATCH] iio:dummy: Fix coding style in simple_dummy and evgen

2018-02-21 Thread Rodrigo Siqueira
On 02/21, Daniel Baluta wrote: > On Wed, Feb 21, 2018 at 4:05 PM, Rodrigo Siqueira > wrote: > > This patch fixes the following checkpatch.pl warnings: > > > > drivers/iio/dummy/iio_simple_dummy.c:603: WARNING: Block comments should > > align the * on each line > > drivers/iio/dummy/iio_dummy_evgen

Re: [PATCH] iio:dummy: Fix coding style in simple_dummy and evgen

2018-02-21 Thread Daniel Baluta
On Wed, Feb 21, 2018 at 4:05 PM, Rodrigo Siqueira wrote: > This patch fixes the following checkpatch.pl warnings: > > drivers/iio/dummy/iio_simple_dummy.c:603: WARNING: Block comments should > align the * on each line > drivers/iio/dummy/iio_dummy_evgen.c:151: WARNING: Symbolic permissions > 'S_IW

[PATCH] iio:dummy: Fix coding style in simple_dummy and evgen

2018-02-21 Thread Rodrigo Siqueira
This patch fixes the following checkpatch.pl warnings: drivers/iio/dummy/iio_simple_dummy.c:603: WARNING: Block comments should align the * on each line drivers/iio/dummy/iio_dummy_evgen.c:151: WARNING: Symbolic permissions 'S_IWUSR' are not preferred. Consider using octal permissions '0200'... dr