[PATCH 1/1] Staging: ft1000: fix some coding style issues

2014-12-03 Thread Kevin Pietsch
Removed braces from two single line if-else statements Signed-off-by: Kevin Pietsch kevinpiet...@gmail.com --- drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c

Re: [PATCH 1/1] Staging: ft1000: fix some coding style issues

2014-12-03 Thread Joe Perches
On Wed, 2014-12-03 at 20:49 -0500, Kevin Pietsch wrote: Removed braces from two single line if-else statements Another perhaps better option is to use ?: like: --- drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git