]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: fix line length warning
authorAndrea Poldi <andrea@riposetti.com>
Tue, 17 Mar 2026 16:59:40 +0000 (16:59 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Mar 2026 15:57:10 +0000 (16:57 +0100)
commit390c784709f266273d1dca24c5f93c42b05cb198
tree04d4a5f2ddf21a943a88996692b5f555b8510e18
parentefa140029a982c2194f26b3edad44aab4f542d75
staging: rtl8723bs: fix line length warning

Break a long function call across two lines in order to make code
easier to read and also comply with the Linux coding style.

Problem was found using checkpatch.pl tool.

Signed-off-by: Andrea Poldi <andrea@riposetti.com>
Link: https://patch.msgid.link/20260317165845.12594-1-andrea@riposetti.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_cmd.c