Re: [PATCH 2/2] Staging: iio: trigger: Use braces on both branches of if statement

2015-08-15 Thread Jonathan Cameron
On 11/08/15 11:20, Cristina Opriceana wrote: Fix style issue related to missing braces, detected by checkpatch.pl. Signed-off-by: Cristina Opriceana cristina.oprice...@gmail.com Applied to the togreg branch of iio.git. This one used to be left as optional, so there are a lot of these in older

[PATCH 2/2] Staging: iio: trigger: Use braces on both branches of if statement

2015-08-11 Thread Cristina Opriceana
Fix style issue related to missing braces, detected by checkpatch.pl. Signed-off-by: Cristina Opriceana cristina.oprice...@gmail.com --- drivers/staging/iio/trigger/iio-trig-periodic-rtc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git