mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-18 20:49:30 -04: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:
committed by
Greg Kroah-Hartman
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)
|
||||
|
||||
Reference in New Issue
Block a user