From: Chaehyun Lim Date: Wed, 19 Aug 2015 06:58:59 +0000 (+0900) Subject: staging: wilc1000: wilc_msgqueue.c: remove blank line before a close brace X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b6583f7415dbf15aab8fee9ccebd47e52a7aab4c;p=linux-beck.git 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 --- 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)