staging: rtl8712: Cleanup codestyle, break up long line
authorNeil Singh <neil2468@gmail.com>
Sun, 10 Dec 2017 04:38:34 +0000 (11:38 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Dec 2017 11:48:45 +0000 (12:48 +0100)
commita0a9985b82350009aec9dc39479272b7b487f48d
treedf3fe22eb33a558f771a9e64900bd090e82f9192
parente0a0df6319f232b19b52fb2e91d434d1eaefa1b4
staging: rtl8712: Cleanup codestyle, break up long line

Cleanup below checkpatch issue:

WARNING:LONG_LINE: line over 80 characters
1000: FILE: rtl871x_security.c:1000:
+static void construct_ctr_preload(u8 *ctr_preload, sint a4_exists, sint qc_exists,

Signed-off-by: Neil Singh <neil2468@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl871x_security.c