mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 05:27:07 +02:00
staging: rtl8192e: fix parenthesis alignment
fix line 1326 in order to silence warning CHECK: Alignment should match open parenthesis Signed-off-by: Christian S Lima <christiansantoslima21@gmail.com> Link: https://lore.kernel.org/r/20240822002620.63732-1-christiansantoslima21@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
fca7bee615
commit
e79bb28bf7
|
|
@ -1322,8 +1322,7 @@ static void _rtl92e_query_rxphystatus(
|
|||
|
||||
if (is_cck_rate) {
|
||||
pstats->SignalStrength = precord_stats->SignalStrength =
|
||||
_rtl92e_signal_scale_mapping(priv,
|
||||
(long)pwdb_all);
|
||||
_rtl92e_signal_scale_mapping(priv, (long)pwdb_all);
|
||||
|
||||
} else {
|
||||
if (rf_rx_num != 0)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user