]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: fix missing blank line warning
authorSun Jian <sun.jian.kdev@gmail.com>
Fri, 26 Dec 2025 09:43:49 +0000 (17:43 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 11 Jan 2026 12:52:18 +0000 (13:52 +0100)
commit20530f561a7bc481889f4ab4f8ee218efcdfb072
treed068afacfbe70ccda5b9cf401db51f904b703126
parent0cbf955a296657a874da94e1d19b05f4ca4987c9
staging: rtl8723bs: fix missing blank line warning

Fix the following checkpatch warning:

  WARNING: Missing a blank line after declarations

This adds a blank line between the variable declaration and
the code logic to improve readability and adhere to the
kernel coding style.

Signed-off-by: Sun Jian <sun.jian.kdev@gmail.com>
Link: https://patch.msgid.link/20251226094349.156538-1-sun.jian.kdev@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/sdio_ops.c