[PATCH 09/10] staging: unisys: parser.c braces

2014-12-01 Thread Jeffrey Brown
Inserted a necessary brace for an if statement on line 146 of parser.c Signed-off-by: Jeffrey Brown jeffrey.br...@unisys.com --- drivers/staging/unisys/visorchipset/parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/unisys/visorchipset/parser.c

[PATCH 09/10] staging: unisys: parser.c braces

2014-11-12 Thread Jeffrey Brown
Inserted a necessary brace for an if statement on line 146 of parser.c Signed-off-by: Jeffrey Brown jeffrey.br...@unisys.com --- drivers/staging/unisys/visorchipset/parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/unisys/visorchipset/parser.c

Re: [PATCH 09/10] staging: unisys: parser.c braces

2014-11-12 Thread Dan Carpenter
This whole series is fine and this patch is also fine. But I had some unrelated comments about the original code in this function. On Wed, Nov 12, 2014 at 11:28:24AM -0500, Jeffrey Brown wrote: Inserted a necessary brace for an if statement on line 146 of parser.c Signed-off-by: Jeffrey