drivers/staging/rtl8192u: fix indentation issue, remove extra tab
A statement is indented one level too deeply; clean this up by removing a tab. Signed-off-by: Colin Ian King <colin.king@canonical.com> Link: https://lore.kernel.org/r/20190723145022.11608-1-colin.king@canonical.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7f9b583358
commit
4b2c85cacd
@ -1334,7 +1334,7 @@ static void dm_CheckTXPowerTracking_ThermalMeter(struct net_device *dev)
|
||||
return;
|
||||
}
|
||||
/*DbgPrint("Schedule TxPowerTrackingWorkItem\n");*/
|
||||
queue_delayed_work(priv->priv_wq, &priv->txpower_tracking_wq, 0);
|
||||
queue_delayed_work(priv->priv_wq, &priv->txpower_tracking_wq, 0);
|
||||
TM_Trigger = 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user