Commit b1198cca authored by Merwin Trever Ferrao's avatar Merwin Trever Ferrao Committed by Greg Kroah-Hartman

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: default avatarMerwin Trever Ferrao <merwintf@gmail.com>
Link: https://lore.kernel.org/r/20190813065806.GA23606@IoT-COESigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ca8a0a49
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment