Re: [PATCH 1/4] iio:adc:ad7923: Align broken line to parenthesis

2019-03-03 Thread Jonathan Cameron
On Fri, 22 Feb 2019 17:31:56 -0300 Bárbara Fernandes wrote: > Get broken line aligned with parenthesis on upper line. Solves > checkpatch.pl's message: > > CHECK: Alignment should match open parenthesis > > Signed-off-by: Bárbara Fernandes Applied to the togreg branch of iio.git and pushed out

[PATCH 1/4] iio:adc:ad7923: Align broken line to parenthesis

2019-02-22 Thread Bárbara Fernandes
Get broken line aligned with parenthesis on upper line. Solves checkpatch.pl's message: CHECK: Alignment should match open parenthesis Signed-off-by: Bárbara Fernandes --- drivers/iio/adc/ad7923.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/iio/adc/ad7923.c