From 1d53eec391e988aea0a81618f35950a682e2daeb Mon Sep 17 00:00:00 2001 From: Chaehyun Lim Date: Tue, 22 Sep 2015 18:35:00 +0900 Subject: [PATCH] staging: wilc1000: host_int_init: remove blank line before a close brace. This patch removes blank line before a close brace. CHECK: Blank lines aren't necessary before a close brace '}' Signed-off-by: Chaehyun Lim Signed-off-by: Greg Kroah-Hartman --- 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 80e6eba16711..98fbd5c1f0f1 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drivers/staging/wilc1000/host_interface.c @@ -6465,7 +6465,6 @@ _fail_mq_: wilc_mq_destroy(&gMsgQHostIF); _fail_: return result; - } /** * @brief host_int_deinit -- 2.34.1