staging: rtl8192e: initialize variables at declaration
authorMichael Straube <straube.linux@gmail.com>
Thu, 1 Feb 2024 08:18:24 +0000 (09:18 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Feb 2024 16:28:56 +0000 (17:28 +0100)
commit72c068a1c71ffac8d522ad50beda775b45cd5953
tree7db31e5f694203f92ab8b8bfee4a75a778a8f7fe
parent2025908b8e3ab4318295c3dfc4c2781157a266f0
staging: rtl8192e: initialize variables at declaration

Initialize two variables at declaration instead of first declare
and then initialize them. This saves a line of code and clears a
checkpatch warning.

WARNING: Missing a blank line after declarations

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/20240201081824.6998-4-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib_rx.c