]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: Fix operator spacing in rtw_security.c
authorSameeksha Sankpal <sameekshasankpal@gmail.com>
Mon, 6 Oct 2025 04:20:05 +0000 (09:50 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Oct 2025 07:09:27 +0000 (09:09 +0200)
commit7550f96a57c8f8b649113aaa2cc4f87a755c866e
tree92703c664661116c0fc99a09cfd5cd2d85803491
parent5489773c3c83b6846f3bf8958a07364536214bb8
staging: rtl8723bs: Fix operator spacing in rtw_security.c

This file has multiple style issues where spaces were missing around
operators. Cleaned up the entire file by adding the required spacing
around the arithmetic, logical, and comparison operators to improve
readibility and adhere to the Linux kernel coding style guidelines.

Signed-off-by: Sameeksha Sankpal <sameekshasankpal@gmail.com>
Link: https://lore.kernel.org/r/20251006042005.9778-1-sameekshasankpal@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_security.c