[PATCH 10/15] staging: unisys: braces parser.c camel case

Jeffrey Jeffrey.Brown at unisys.com
Wed Nov 12 14:10:09 UTC 2014


Added pair of braces to an if statement on line 146

Signed-off-by: Jeffrey <Jeffrey.Brown at unisys.com>
---
 drivers/staging/unisys/visorchipset/parser.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/unisys/visorchipset/parser.c b/drivers/staging/unisys/visorchipset/parser.c
index 671aaaf..48faba2 100644
--- a/drivers/staging/unisys/visorchipset/parser.c
+++ b/drivers/staging/unisys/visorchipset/parser.c
@@ -143,9 +143,9 @@ Away:
 		visor_memregion_destroy(rgn);
 		rgn = NULL;
 	}
-	if (rc)
+	if (rc) {
 		Controlvm_Payload_Bytes_Buffered += ctx->param_bytes;
-	else {
+	} else {
 		if (ctx) {
 			parser_done(ctx);
 			ctx = NULL;
-- 
1.7.1



More information about the devel mailing list