[PATCH 5/6] staging: comedi: amplc_dio200_common.c: fix up brace style

2015-05-22 Thread Ian Abbott
Use braces when the single statement following an `if` (or `else`) spans more than one line (including any preceding comments). Signed-off-by: Ian Abbott --- drivers/staging/comedi/drivers/amplc_dio200_common.c | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --git

[PATCH 5/6] staging: comedi: amplc_dio200_common.c: fix up brace style

2015-05-22 Thread Ian Abbott
Use braces when the single statement following an `if` (or `else`) spans more than one line (including any preceding comments). Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/amplc_dio200_common.c | 17 +++-- 1 file changed, 11 insertions(+), 6