mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-19 17:53:26 -04:00
staging: rtl8192e: Fix line ended with '('
Fix line ended with '(' in _rtl92e_update_received_rate_histogram_stats
in order to silence the following checkpat warning:
CHECK: Lines should not end with a '('
Signed-off-by: João Pedro Leôncio <aljpleoncio@gmail.com>
Link: https://lore.kernel.org/r/20240822002502.92583-1-aljpleoncio@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
a59907219b
commit
fca7bee615
@@ -1521,9 +1521,8 @@ static void _rtl92e_translate_rx_signal_stats(struct net_device *dev,
|
||||
rtl92e_copy_mpdu_stats(pstats, &previous_stats);
|
||||
}
|
||||
|
||||
static void _rtl92e_update_received_rate_histogram_stats(
|
||||
struct net_device *dev,
|
||||
struct rtllib_rx_stats *pstats)
|
||||
static void _rtl92e_update_received_rate_histogram_stats(struct net_device *dev,
|
||||
struct rtllib_rx_stats *pstats)
|
||||
{
|
||||
struct r8192_priv *priv = (struct r8192_priv *)rtllib_priv(dev);
|
||||
u32 rcvType = 1;
|
||||
|
||||
Reference in New Issue
Block a user