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: Greg Donald <gdonald@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Greg Donald 2014-09-08 20:50:23 -05:00 committed by Greg Kroah-Hartman
parent 91b3aaf991
commit a82b4b018a
10 changed files with 35 additions and 39 deletions

View File

@ -1071,12 +1071,8 @@ static void construct_mic_header1(u8 *mic_header1, int header_length, u8 *mpdu)
/* Builds the last MIC header block from */
/* header fields. */
/************************************************/
static void construct_mic_header2(
u8 *mic_header2,
u8 *mpdu,
int a4_exists,
int qc_exists
)
static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists,
int qc_exists)
{
int i;