From: Sayyad Abid Date: Thu, 12 Sep 2024 04:04:05 +0000 (+0530) Subject: staging: rtl8723bs: include: Fix use of tabs for indent in rtw_security.h X-Git-Tag: v6.12-rc1~40^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5f23bf433d7dbb655c06d509a10016b7f1eb63f;p=thirdparty%2Flinux.git 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 Tested-by: Philipp Hortmann Link: https://lore.kernel.org/r/20240912040409.3315067-5-sayyad.abid16@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723bs/include/rtw_security.h b/drivers/staging/rtl8723bs/include/rtw_security.h index ee4b5c5804fb7..0c3271fb7e9d8 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]; };