]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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)
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

index 56d36f6f9c462a05b0d3b84fbc02b1dba3302dcf..630f18fc3e54d81ed49a725968120a04d1e869fd 100644 (file)
@@ -997,8 +997,9 @@ static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, sint a4_exists,
 /* Builds the last MIC header block from        */
 /* header fields.                               */
 /************************************************/
-static void construct_ctr_preload(u8 *ctr_preload, sint a4_exists, sint qc_exists,
-                          u8 *mpdu, u8 *pn_vector, sint c)
+static void construct_ctr_preload(u8 *ctr_preload,
+                                 sint a4_exists, sint qc_exists,
+                                 u8 *mpdu, u8 *pn_vector, sint c)
 {
        sint i;