]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: rtl8723bs: include: Fix indent for struct _byte_ in rtw_security.h
authorSayyad Abid <sayyad.abid16@gmail.com>
Thu, 12 Sep 2024 04:04:06 +0000 (09:34 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 13 Sep 2024 05:31:21 +0000 (07:31 +0200)
This change ensures consistent formatting of the struct declaration.
Improves code readability.

Reported by `checkpatch.pl`:
WARNING: please, no spaces at the start of a line

Signed-off-by: Sayyad Abid <sayyad.abid16@gmail.com>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/20240912040409.3315067-6-sayyad.abid16@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/rtw_security.h

index 0c3271fb7e9d81174a29db6d75319b57e66bd2a6..7901cce764431480860e559297c11e6c399565ad 100644 (file)
@@ -50,14 +50,14 @@ union pn48  {
 #ifdef __LITTLE_ENDIAN
 
 struct {
-  u8 TSC0;
-  u8 TSC1;
-  u8 TSC2;
-  u8 TSC3;
-  u8 TSC4;
-  u8 TSC5;
-  u8 TSC6;
-  u8 TSC7;
+       u8 TSC0;
+       u8 TSC1;
+       u8 TSC2;
+       u8 TSC3;
+       u8 TSC4;
+       u8 TSC5;
+       u8 TSC6;
+       u8 TSC7;
 } _byte_;
 #else
 struct {