1
0
Fork 0

Staging: rtl8712: rtl8712_recv: fixed 80 character length warning

When the checkpatch.pl script was run, it showed lines with length
more than 80 characters in rtl8712_recv.c file. Fixed by
breaking it up into two lines within 80 characters.

Signed-off-by: Merwin Trever Ferrao <merwintf@gmail.com>
Link: https://lore.kernel.org/r/20190813065806.GA23606@IoT-COE
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
alistair/sunxi64-5.4-dsi
Merwin Trever Ferrao 2019-08-13 12:28:06 +05:30 committed by Greg Kroah-Hartman
parent ca8a0a4934
commit b1198cca29
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ static u8 rfc1042_header[] = {0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00};
static void recv_tasklet(void *priv);
void r8712_init_recv_priv(struct recv_priv *precvpriv, struct _adapter *padapter)
void r8712_init_recv_priv(struct recv_priv *precvpriv,
struct _adapter *padapter)
{
int i;
struct recv_buf *precvbuf;