Skip to content

Commit b5f23bf

Browse files
abid-sayyadgregkh
authored andcommitted
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 <[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 a77f871 commit b5f23bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/staging/rtl8723bs/include/rtw_security.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ struct {
7575
};
7676

7777
union Keytype {
78-
u8 skey[16];
79-
u32 lkey[4];
78+
u8 skey[16];
79+
u32 lkey[4];
8080
};
8181

8282

0 commit comments

Comments
 (0)