Re: [PATCH v2] iio: adc: ad7766: Change alignment to match paranthesis

2019-04-24 Thread Alexandru Ardelean
On Wed, Apr 24, 2019 at 9:25 PM Camylla Cantanheide wrote: > > Hello Alexandru, > > If you observe well the commit does the same kind of fix for the same file. > In this case, the alignment of parenthesis in various parts of the code > according to the checkpatch.pl's message. > > I believe, tha

Re: [PATCH v2] iio: adc: ad7766: Change alignment to match paranthesis

2019-04-24 Thread Alexandru Ardelean
On Tue, Apr 23, 2019 at 11:04 PM Camylla Gonçalves Cantanheide wrote: > > This commit align broken line to match upper line parenthesis, > in lines 80, 130, 237, 242, 255, 264 and 293. Solves the checkpatch.pl's > message: > > CHECK: Alignment should match open parenthesis > >In lines 130, 255, 2

[PATCH v2] iio: adc: ad7766: Change alignment to match paranthesis

2019-04-23 Thread Camylla Gonçalves Cantanheide
This commit align broken line to match upper line parenthesis, in lines 80, 130, 237, 242, 255, 264 and 293. Solves the checkpatch.pl's message: CHECK: Alignment should match open parenthesis In lines 130, 255, 264 and 293 it was necessary to break a line. Signed-off-by: Camylla Gonçalves Canta