[PATCH 15/16] staging: wilc1000: host_int_init: remove blank line before a close brace.

Chaehyun Lim chaehyun.lim at gmail.com
Mon Sep 21 12:58:25 UTC 2015


This patch removes blank line before a close brace.
CHECK: Blank lines aren't necessary before a close brace '}'

Signed-off-by: Chaehyun Lim <chaehyun.lim at gmail.com>
---
 drivers/staging/wilc1000/host_interface.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c
index ee4f169..82db248 100644
--- a/drivers/staging/wilc1000/host_interface.c
+++ b/drivers/staging/wilc1000/host_interface.c
@@ -6463,7 +6463,6 @@ _fail_mq_:
 	wilc_mq_destroy(&gMsgQHostIF);
 _fail_:
 	return result;
-
 }
 /**
  *  @brief              host_int_deinit
-- 
2.5.1



More information about the devel mailing list