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>
This commit is contained in:
parent
32728da029
commit
df1890a674
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue