]> www.infradead.org Git - linux.git/commitdiff
Staging: rtl8192e: Remove unnecessary blank line
authorGabriel Maciel Raad <ffunctor@gmail.com>
Fri, 23 Aug 2024 00:08:38 +0000 (21:08 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Aug 2024 01:17:33 +0000 (09:17 +0800)
Remove unneeded blank line in rtl92e_leisure_ps_enter to silence the
folowing checkpatch.pl warning:

CHECK: Blank lines aren't necessary after an open brace '{'

Signed-off-by: Gabriel Maciel Raad <ffunctor@gmail.com>
Link: https://lore.kernel.org/r/20240823000838.8207-3-ffunctor@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/rtl_ps.c

index 1f881c27d4b4dc72ab2f8729e98a82ecb6d9a6e6..7b6247acf6f4a2963427533ca2fef92e30372de2 100644 (file)
@@ -209,7 +209,6 @@ void rtl92e_leisure_ps_enter(struct net_device *dev)
 
        if (psc->bLeisurePs) {
                if (psc->lps_idle_count >= RT_CHECK_FOR_HANG_PERIOD) {
-
                        if (priv->rtllib->ps == RTLLIB_PS_DISABLED)
                                _rtl92e_ps_set_mode(dev, RTLLIB_PS_MBCAST | RTLLIB_PS_UNICAST);
                } else {