]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: wilc1000: wilc_msgqueue.c: remove blank line after open brace
authorChaehyun Lim <chaehyun.lim@gmail.com>
Wed, 19 Aug 2015 06:58:57 +0000 (15:58 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:28 +0000 (18:24 -0700)
This patch removes a blank line for open brace "{"
CHECK: Blank lines aren't necessary after an open 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 fcf3a29ab8977b7169d03532ce199d10a3ef92be..7718c481c6698bbebfa733f72eb636a1b5b5d277 100644 (file)
@@ -26,7 +26,6 @@ WILC_ErrNo WILC_MsgQueueCreate(WILC_MsgQueueHandle *pHandle)
  */
 WILC_ErrNo WILC_MsgQueueDestroy(WILC_MsgQueueHandle *pHandle)
 {
-
        pHandle->bExiting = true;
 
        /* Release any waiting receiver thread. */
@@ -120,7 +119,6 @@ WILC_ErrNo WILC_MsgQueueRecv(WILC_MsgQueueHandle *pHandle,
                             void *pvRecvBuffer, u32 u32RecvBufferSize,
                             u32 *pu32ReceivedLength)
 {
-
        Message *pstrMessage;
        WILC_ErrNo s32RetStatus = WILC_SUCCESS;
        unsigned long flags;