Commit a82b4b01 authored by Greg Donald's avatar Greg Donald Committed by Greg Kroah-Hartman

drivers: staging: rtl8723au: Fix 'code indent should use tabs where possible' errors

Fix checkpatch.pl 'code indent should use tabs where possible' errors
Signed-off-by: default avatarGreg Donald <gdonald@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 91b3aaf9
...@@ -1071,12 +1071,8 @@ static void construct_mic_header1(u8 *mic_header1, int header_length, u8 *mpdu) ...@@ -1071,12 +1071,8 @@ static void construct_mic_header1(u8 *mic_header1, int header_length, u8 *mpdu)
/* Builds the last MIC header block from */ /* Builds the last MIC header block from */
/* header fields. */ /* header fields. */
/************************************************/ /************************************************/
static void construct_mic_header2( static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists,
u8 *mic_header2, int qc_exists)
u8 *mpdu,
int a4_exists,
int qc_exists
)
{ {
int i; int i;
......
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