]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitff033651f620f316c71d167a198e5b02af3a7a93
tree2fca89b6e5f917c955c237f51df7ae8e0d038b69
parentd2b429118b99bd02c59b374a889a580789f4b113
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