Staging:rtl8723bs:Add blank line after declaration

missing a blank line after declaration checkpatch warnings.
Issue found by checkpatch.pl

Signed-off-by: Paul McQuade <paulmcquad@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Paul McQuade 2018-03-20 20:26:21 +00:00 committed by Greg Kroah-Hartman
parent 6fcac4593b
commit f066ac1131
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ void rtw_os_recv_resource_free(struct recv_priv *precvpriv)
{
sint i;
union recv_frame *precvframe;
precvframe = (union recv_frame*) precvpriv->precv_frame_buf;
for (i = 0; i < NR_RECVFRAME; i++)