staging: rtl8192e: replace spaces with tab for a closing if brace
authorPhillip Potter <phil@philpotter.co.uk>
Sun, 7 Feb 2021 19:49:44 +0000 (19:49 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2021 14:24:57 +0000 (15:24 +0100)
Remove spaces preceding closing brace of one of the nested if statement
blocks inside the rtl92e_leisure_ps_leave function, and replace with a
tab, to align it properly with the start of the block. Fixes a
checkpatch warning.

Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20210207194944.113613-1-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/rtl_ps.c

index 9475f8c6edf7ab30111053be63320887d32c02a2..c5e89eb403420983df23019af71c2c7c5afbb79e 100644 (file)
@@ -290,7 +290,7 @@ void rtl92e_leisure_ps_leave(struct net_device *dev)
                                if (priv->rtllib->SetFwCmdHandler)
                                        priv->rtllib->SetFwCmdHandler(dev,
                                                         FW_CMD_LPS_LEAVE);
-                   }
+                       }
                }
        }
 }