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
10 changed files with 35 additions and 39 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue