Re: [PATCH] staging: iio: adt7316: match parenthesis alignment

2019-05-05 Thread Jonathan Cameron
On Mon, 29 Apr 2019 14:59:40 -0300 João Seckler wrote: > This patch solves the following checkpatch.pl message: > CHECK: Alignment should match open parenthesis. > This makes the file more compliant with the preferred coding style for > the Linux kernel. > > Signed-off-by: João Seckler Applied

[PATCH] staging: iio: adt7316: match parenthesis alignment

2019-04-29 Thread João Seckler
This patch solves the following checkpatch.pl message: CHECK: Alignment should match open parenthesis. This makes the file more compliant with the preferred coding style for the Linux kernel. Signed-off-by: João Seckler --- drivers/staging/iio/addac/adt7316.c | 2 +- 1 file changed, 1