staging: wilc1000: wilc_msgqueue.c: remove blank line before a close brace
This patch removes blank line before a close brace "}" CHECK: Blank lines aren't necessary before a close brace '}' Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
df1890a674
commit
b6583f7415
1 changed files with 0 additions and 1 deletions
|
|
@ -173,7 +173,6 @@ WILC_ErrNo WILC_MsgQueueRecv(WILC_MsgQueueHandle *pHandle,
|
|||
kfree(pstrMessage);
|
||||
|
||||
spin_unlock_irqrestore(&pHandle->strCriticalSection, flags);
|
||||
|
||||
}
|
||||
|
||||
WILC_CATCH(s32RetStatus)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue