]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: rtl8192e: Fix blank line
authorAlien Wesley <alienwesley51@gmail.com>
Thu, 22 Aug 2024 01:04:56 +0000 (22:04 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Aug 2024 07:53:54 +0000 (15:53 +0800)
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>
drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c

index 009f7edfd7852ca3cfe8aac8153d146540ce0bb5..66e3ae25ad473d7c96c3824f1840c06a602b246e 100644 (file)
@@ -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) {