Skip to content

Commit d958ae0

Browse files
abid-sayyadgregkh
authored andcommitted
staging: rtl8723bs: include: Fix indent for else block struct in rtw_security.h
This change improves code readability and maintains consistency with the kernel's coding guidelines. Reported by `checkpatch.pl`: WARNING: please, no spaces at the start of a line Signed-off-by: Sayyad Abid <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent f7ecef7 commit d958ae0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

drivers/staging/rtl8723bs/include/rtw_security.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ struct {
6161
} _byte_;
6262
#else
6363
struct {
64-
u8 TSC7;
65-
u8 TSC6;
66-
u8 TSC5;
67-
u8 TSC4;
68-
u8 TSC3;
69-
u8 TSC2;
70-
u8 TSC1;
71-
u8 TSC0;
64+
u8 TSC7;
65+
u8 TSC6;
66+
u8 TSC5;
67+
u8 TSC4;
68+
u8 TSC3;
69+
u8 TSC2;
70+
u8 TSC1;
71+
u8 TSC0;
7272
} _byte_;
7373
#endif
7474

0 commit comments

Comments
 (0)