]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
staging: rtl8723bs: add spaces around '+' operator in rtw_ap.c
authorRohan Tripathi <trohan2000@gmail.com>
Tue, 7 Oct 2025 09:13:02 +0000 (05:13 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Oct 2025 07:09:28 +0000 (09:09 +0200)
commit9aa392c25d1cd4013449264fd0c9aa3d86b91a1f
treeb9c7e1ef718eb862c943819fd6fed3e466cd51a0
parentc318aef7f32678471c88ab528fd02b6f3f845280
staging: rtl8723bs: add spaces around '+' operator in rtw_ap.c

This patch fixes instances where the '+' operator was used without
surrounding spaces. Kernel coding style requires spaces around
binary operators to improve readability.

This is a coding style cleanup only. No functional changes.

Signed-off-by: Rohan Tripathi <trohan2000@gmail.com>
Link: https://lore.kernel.org/r/20251007091303.491115-5-trohan2000@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_ap.c