Re: [PATCH] staging: iio: accel: remove unneeded braces around single statements

2017-03-25 Thread Jonathan Cameron
On 23/03/17 06:18, Mark Stenglein wrote: > Fixes three checkpatch warnings due to braces used when single > statements are sufficient. > > Signed-off-by: Mark Stenglein Applied to the togreg branch of iio.git - initially pushed out as testing for the autobuilders to play with

Re: [PATCH] staging: iio: accel: remove unneeded braces around single statements

2017-03-25 Thread Jonathan Cameron
On 23/03/17 06:18, Mark Stenglein wrote: > Fixes three checkpatch warnings due to braces used when single > statements are sufficient. > > Signed-off-by: Mark Stenglein Applied to the togreg branch of iio.git - initially pushed out as testing for the autobuilders to play with it. Thanks,

[PATCH] staging: iio: accel: remove unneeded braces around single statements

2017-03-23 Thread Mark Stenglein
Fixes three checkpatch warnings due to braces used when single statements are sufficient. Signed-off-by: Mark Stenglein --- drivers/staging/iio/accel/adis16209.c | 3 +-- drivers/staging/iio/accel/adis16240.c | 6 ++ 2 files changed, 3 insertions(+), 6 deletions(-) diff

[PATCH] staging: iio: accel: remove unneeded braces around single statements

2017-03-23 Thread Mark Stenglein
Fixes three checkpatch warnings due to braces used when single statements are sufficient. Signed-off-by: Mark Stenglein --- drivers/staging/iio/accel/adis16209.c | 3 +-- drivers/staging/iio/accel/adis16240.c | 6 ++ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git