mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 22:14:36 -04:00
staging: rtl8192e: Fix blank line
Removed blank line in r8192E_dev.c in order to silence the following checkpatch warning. CHECK: Please don't use multiple blank lines Signed-off-by: Alien Wesley <alienwesley51@gmail.com> Link: https://lore.kernel.org/r/20240822010456.20186-1-alienwesley51@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
6673f43370
commit
1a88217a19
@@ -1857,7 +1857,6 @@ bool rtl92e_is_rx_stuck(struct net_device *dev)
|
||||
rx_chk_cnt = 0;
|
||||
}
|
||||
|
||||
|
||||
slot_index = (priv->silent_reset_rx_slot_index++) % SilentResetRxSoltNum;
|
||||
|
||||
if (priv->rx_ctr == RegRxCounter) {
|
||||
|
||||
Reference in New Issue
Block a user