From: Alien Wesley Date: Thu, 22 Aug 2024 01:04:56 +0000 (-0300) Subject: staging: rtl8192e: Fix blank line X-Git-Tag: v6.12-rc1~40^2~94 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a88217a19df1e090ad70df08f4fb373ceb61b41;p=thirdparty%2Flinux.git 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 Link: https://lore.kernel.org/r/20240822010456.20186-1-alienwesley51@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c b/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c index 009f7edfd7852..66e3ae25ad473 100644 --- a/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c +++ b/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c @@ -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) {