Commit e79bb28b authored by Christian S Lima's avatar Christian S Lima Committed by Greg Kroah-Hartman

staging: rtl8192e: fix parenthesis alignment

fix line 1326 in order to silence warning
CHECK: Alignment should match open parenthesis
Signed-off-by: default avatarChristian S Lima <christiansantoslima21@gmail.com>
Link: https://lore.kernel.org/r/20240822002620.63732-1-christiansantoslima21@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fca7bee6
...@@ -1322,8 +1322,7 @@ static void _rtl92e_query_rxphystatus( ...@@ -1322,8 +1322,7 @@ static void _rtl92e_query_rxphystatus(
if (is_cck_rate) { if (is_cck_rate) {
pstats->SignalStrength = precord_stats->SignalStrength = pstats->SignalStrength = precord_stats->SignalStrength =
_rtl92e_signal_scale_mapping(priv, _rtl92e_signal_scale_mapping(priv, (long)pwdb_all);
(long)pwdb_all);
} else { } else {
if (rf_rx_num != 0) if (rf_rx_num != 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment