staging: rtl8723bs: add spaces between ternary and binary operators
authorErick Karanja <karanja99erick@gmail.com>
Sat, 5 Apr 2025 11:26:04 +0000 (14:26 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Apr 2025 14:28:44 +0000 (16:28 +0200)
commitc0c64f7b6d05a31f3d4f1ad5cdddd8407956b54f
treec8efecc9f3fb386fac3b6dbfcfa148bd705d7a9b
parentf668575bb604a967f5939ab8c37cd2722c9f9f70
staging: rtl8723bs: add spaces between ternary and binary operators

Fix spacing around binary arithmetic (`+`, `-`) and shift (`>>`) operators
to improve readability and adhere to the Linux kernel coding style.

Reported by checkpatch:

CHECK: spaces needed around 'operator'

Signed-off-by: Erick Karanja <karanja99erick@gmail.com>
Link: https://lore.kernel.org/r/ff993a669699e902909063aed03bb6183122c9a7.1743851473.git.karanja99erick@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/odm_CfoTracking.c