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>
                                        (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",