summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSayyad Abid <sayyad.abid16@gmail.com>2024-09-12 09:34:05 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-09-13 07:31:21 +0200
commitb5f23bf433d7dbb655c06d509a10016b7f1eb63f (patch)
tree704f7e44623bc8a4d9af33c7c536dcef6cbe5530
parenta77f871b966c2809af18c790da77b8805087f674 (diff)
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@gmail.com> Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/20240912040409.3315067-5-sayyad.abid16@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8723bs/include/rtw_security.h4
1 files 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];
};