Skip to content

Commit f7ecef7

Browse files
abid-sayyadgregkh
authored andcommitted
staging: rtl8723bs: include: Fix indent for struct _byte_ in rtw_security.h
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 <[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 b5f23bf commit f7ecef7

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
@@ -50,14 +50,14 @@ union pn48 {
5050
#ifdef __LITTLE_ENDIAN
5151

5252
struct {
53-
u8 TSC0;
54-
u8 TSC1;
55-
u8 TSC2;
56-
u8 TSC3;
57-
u8 TSC4;
58-
u8 TSC5;
59-
u8 TSC6;
60-
u8 TSC7;
53+
u8 TSC0;
54+
u8 TSC1;
55+
u8 TSC2;
56+
u8 TSC3;
57+
u8 TSC4;
58+
u8 TSC5;
59+
u8 TSC6;
60+
u8 TSC7;
6161
} _byte_;
6262
#else
6363
struct {

0 commit comments

Comments
 (0)