OSDN Git Service

Staging: rtl8712: rtl8712_recv: fixed 80 character length warning
authorMerwin Trever Ferrao <merwintf@gmail.com>
Tue, 13 Aug 2019 06:58:06 +0000 (12:28 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Aug 2019 11:20:13 +0000 (13:20 +0200)
commitb1198cca2982f02c27459cfd67d081d7c1460cf9
tree2fca89b6e5f917c955c237f51df7ae8e0d038b69
parentca8a0a4934e0d850c978d17371d2c8acd3ec5ff2
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>
drivers/staging/rtl8712/rtl8712_recv.c