]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: Fix the line length exceeding 100 columns warning in the code
authorMichael Huang <tehsiu.huang@gmail.com>
Sat, 24 Jan 2026 23:15:54 +0000 (15:15 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Jan 2026 14:46:34 +0000 (15:46 +0100)
commit376208a26266de99383dd5476c9256721549c89a
tree9643c80d758bb66b995313b7d2115f14c00910cf
parent7d57d549f3a37d48211bd3a043513eb06a401b9a
staging: rtl8723bs: Fix the line length exceeding 100 columns warning in the code

Split lines that exceed the 100-character limit into multiple lines.
This resolves checkpatch.pl warnings and improves the visual layout
of the source code.

Signed-off-by: Michael Huang <tehsiu.huang@gmail.com>
Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://patch.msgid.link/20260124231557.18189-5-tehsiu.huang@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c