]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: wilc1000: wilc_msgqueue.c: remove multiple blank lines
authorChaehyun Lim <chaehyun.lim@gmail.com>
Wed, 19 Aug 2015 06:58:58 +0000 (15:58 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:28 +0000 (18:24 -0700)
This patch removes multiple blank lines.
CHECK: Please don't use multiple blank lines

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 7718c481c6698bbebfa733f72eb636a1b5b5d277..e7c4a9a4ffb785ebea65a9abbed59ea8ff6e7714 100644 (file)
@@ -76,7 +76,6 @@ WILC_ErrNo WILC_MsgQueueSend(WILC_MsgQueueHandle *pHandle,
        WILC_NULLCHECK(s32RetStatus, pstrMessage->pvBuffer);
        memcpy(pstrMessage->pvBuffer, pvSendBuffer, u32SendBufferSize);
 
-
        /* add it to the message queue */
        if (pHandle->pstrMessageList == NULL) {
                pHandle->pstrMessageList  = pstrMessage;
@@ -107,8 +106,6 @@ WILC_ErrNo WILC_MsgQueueSend(WILC_MsgQueueHandle *pHandle,
        return s32RetStatus;
 }
 
-
-
 /*!
  *  @author            syounan
  *  @date              1 Sep 2010