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

2019-04-04 Thread Jonathan Cameron
On Sun, 24 Feb 2019 18:40:10 -0300 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, 25

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

2019-03-03 Thread Jonathan Cameron
On Sun, 24 Feb 2019 18:40:10 -0300 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, 25

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

2019-02-24 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. --- drivers/iio/adc/ad7766.c | 22