Re: [PATCH] drivers/staging/iio: braces {} are not necessary for single statement blocks

2017-04-14 Thread Greg Kroah-Hartman
On Mon, Apr 10, 2017 at 10:08:07AM +0530, Pushkar Jambhlekar wrote: > Handling checkpatch.pl warning for if block. For single if statement block, > braces are not neccessary. Making code consistent with linux kernel coding > guidelines. Pleasse wrap your changelog comments at 72 columns like git

[PATCH] drivers/staging/iio: braces {} are not necessary for single statement blocks

2017-04-09 Thread Pushkar Jambhlekar
Handling checkpatch.pl warning for if block. For single if statement block, braces are not neccessary. Making code consistent with linux kernel coding guidelines. Signed-off-by: Pushkar Jambhlekar --- drivers/staging/iio/accel/adis16203.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(