From b6583f7415dbf15aab8fee9ccebd47e52a7aab4c Mon Sep 17 00:00:00 2001 From: Chaehyun Lim Date: Wed, 19 Aug 2015 15:58:59 +0900 Subject: [PATCH] staging: wilc1000: wilc_msgqueue.c: 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/wilc_msgqueue.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/wilc1000/wilc_msgqueue.c b/drivers/staging/wilc1000/wilc_msgqueue.c index e7c4a9a4ffb7..8cb74d16f8e0 100644 --- a/drivers/staging/wilc1000/wilc_msgqueue.c +++ b/drivers/staging/wilc1000/wilc_msgqueue.c @@ -173,7 +173,6 @@ WILC_ErrNo WILC_MsgQueueRecv(WILC_MsgQueueHandle *pHandle, kfree(pstrMessage); spin_unlock_irqrestore(&pHandle->strCriticalSection, flags); - } WILC_CATCH(s32RetStatus) -- 2.39.5