staging: wilc1000: wilc_msgqueue.c: remove blank line before a close brace
authorChaehyun Lim <chaehyun.lim@gmail.com>
Wed, 19 Aug 2015 06:58:59 +0000 (15:58 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:28 +0000 (18:24 -0700)
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@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_msgqueue.c

index e7c4a9a4ffb785ebea65a9abbed59ea8ff6e7714..8cb74d16f8e08c06e827d73e0150693c0b1ccebb 100644 (file)
@@ -173,7 +173,6 @@ WILC_ErrNo WILC_MsgQueueRecv(WILC_MsgQueueHandle *pHandle,
                kfree(pstrMessage);
 
                spin_unlock_irqrestore(&pHandle->strCriticalSection, flags);
-
        }
 
        WILC_CATCH(s32RetStatus)