Skip to content

Commit

Permalink
Staging:rtl8723bs:Add blank line after declaration
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul McQuade authored and Greg Kroah-Hartman committed Mar 22, 2018
1 parent 6fcac45 commit f066ac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/rtl8723bs/os_dep/recv_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++)
Expand Down

0 comments on commit f066ac1

Please sign in to comment.