]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: fix spacing around operators
authorTabrez Ahmed <tabreztalks@gmail.com>
Sun, 8 Feb 2026 05:13:41 +0000 (10:43 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Feb 2026 14:38:41 +0000 (15:38 +0100)
commit94c1e3abce312fe89a6a9da7690affc7df8839bf
tree40d8c88e6384a8f88ae141d563aa10083e5983a3
parentf80760f5fc02c1ab384a974097964aa8e6720331
staging: rtl8723bs: fix spacing around operators

Fix checkpatch check:
CHECK: spaces preferred around that '+' (ctx:VxV)
CHECK: spaces preferred around that '-' (ctx:VxV)

The kernel coding style prefers spaces around binary operators for
better readability.

Signed-off-by: Tabrez Ahmed <tabreztalks@gmail.com>
Reviewed-by: Ethan Tidmore <ethantidmore06@gmail.com>
Link: https://patch.msgid.link/20260208051341.38631-1-tabreztalks@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_security.c