summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_msgqueue.c
diff options
context:
space:
mode:
authorChaehyun Lim2015-08-19 08:58:58 +0200
committerGreg Kroah-Hartman2015-09-13 03:24:28 +0200
commitdf1890a67482660485130baff7dd5e0c3c3fa9be (patch)
tree42d021cf5ecd6e8b8489c477dfa97cc41912fcaa /drivers/staging/wilc1000/wilc_msgqueue.c
parentstaging: wilc1000: wilc_msgqueue.c: remove blank line after open brace (diff)
downloadkernel-qcow2-linux-df1890a67482660485130baff7dd5e0c3c3fa9be.tar.gz
kernel-qcow2-linux-df1890a67482660485130baff7dd5e0c3c3fa9be.tar.xz
kernel-qcow2-linux-df1890a67482660485130baff7dd5e0c3c3fa9be.zip
staging: wilc1000: wilc_msgqueue.c: remove multiple blank lines
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>
Diffstat (limited to 'drivers/staging/wilc1000/wilc_msgqueue.c')
-rw-r--r--drivers/staging/wilc1000/wilc_msgqueue.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/wilc1000/wilc_msgqueue.c b/drivers/staging/wilc1000/wilc_msgqueue.c
index 7718c481c669..e7c4a9a4ffb7 100644
--- a/drivers/staging/wilc1000/wilc_msgqueue.c
+++ b/drivers/staging/wilc1000/wilc_msgqueue.c
@@ -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