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:
parent
91b3aaf991
commit
a82b4b018a
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user