[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240912040409.3315067-5-sayyad.abid16@gmail.com>
Date: Thu, 12 Sep 2024 09:34:05 +0530
From: Sayyad Abid <sayyad.abid16@...il.com>
To: linux-staging@...ts.linux.dev
Cc: gregkh@...uxfoundation.org,
guilherme@...da.xyz,
philipp.g.hortmann@...il.com,
linux-kernel@...r.kernel.org,
Sayyad Abid <sayyad.abid16@...il.com>
Subject: [PATCH v2 4/8] staging: rtl8723bs: include: Fix use of tabs for indent in rtw_security.h
This change ensures that the code is properly indented and easy to follow.
Reported by `checkpatch.pl`:
WARNING: please, use tabs instead of spaces for indentation.
Signed-off-by: Sayyad Abid <sayyad.abid16@...il.com>
---
drivers/staging/rtl8723bs/include/rtw_security.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8723bs/include/rtw_security.h b/drivers/staging/rtl8723bs/include/rtw_security.h
index ee4b5c5804fb..0c3271fb7e9d 100644
--- a/drivers/staging/rtl8723bs/include/rtw_security.h
+++ b/drivers/staging/rtl8723bs/include/rtw_security.h
@@ -75,8 +75,8 @@ struct {
};
union Keytype {
- u8 skey[16];
- u32 lkey[4];
+ u8 skey[16];
+ u32 lkey[4];
};
--
2.39.2
Powered by blists - more mailing lists