From: Chaehyun Lim Date: Wed, 19 Aug 2015 06:58:58 +0000 (+0900) Subject: staging: wilc1000: wilc_msgqueue.c: remove multiple blank lines X-Git-Tag: v4.14-rc1~4420^2~2256 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df1890a67482660485130baff7dd5e0c3c3fa9be;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/wilc_msgqueue.c b/drivers/staging/wilc1000/wilc_msgqueue.c index 7718c481..e7c4a9a 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