]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: fix spacing around arithmetic operators
authorPhilip Thayer <thayerscirez@gmail.com>
Mon, 5 Jan 2026 19:42:27 +0000 (14:42 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 11 Jan 2026 12:55:05 +0000 (13:55 +0100)
commit36a795e7eed3a8ba7afcb8eed248efb5e0962697
treee87c8141189933d2a2ada7bbae24356b60afb1bf
parent230f72823f8ed7e6192b289ab4bc7496f11c8972
staging: rtl8723bs: fix spacing around arithmetic operators

Fixed coding style checks where spaces were missing around subtraction
and addition operators in rtw_cmd.c.

This aligns with the Linux Kernel coding style standards.

Signed-off-by: Philip Thayer <thayerscirez@gmail.com>
Link: https://patch.msgid.link/20260105194226.57035-2-thayerscirez@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_cmd.c