staging: rtl8192e: reduce indentation
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sun, 30 Dec 2018 15:53:12 +0000 (16:53 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Jan 2019 07:56:07 +0000 (08:56 +0100)
Delete tab aligning a statement with the right hand side of a
preceding assignment rather than the left hand side.

Found with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/rtl_wx.c

index 843e874b8a060c89d3d92cb579bc973773e2e599..b798cde0ce47bc90dfdb91f78d17ea09bdbea885 100644 (file)
@@ -1049,9 +1049,9 @@ static int _rtl92e_wx_set_promisc_mode(struct net_device *dev,
                                        (bPromiscuousOn) ? (true) : (false);
                ieee->IntelPromiscuousModeInfo.bFilterSourceStationFrame =
                        (bFilterSourceStationFrame) ? (true) : (false);
-                       (bPromiscuousOn) ?
-                       (rtllib_EnableIntelPromiscuousMode(dev, false)) :
-                       (rtllib_DisableIntelPromiscuousMode(dev, false));
+               (bPromiscuousOn) ?
+               (rtllib_EnableIntelPromiscuousMode(dev, false)) :
+               (rtllib_DisableIntelPromiscuousMode(dev, false));
 
                netdev_info(dev,
                            "=======>%s(), on = %d, filter src sta = %d\n",