]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
drivers/staging/rtl8192u: fix indentation issue, remove extra tab
authorColin Ian King <colin.king@canonical.com>
Tue, 23 Jul 2019 14:50:22 +0000 (15:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jul 2019 07:58:26 +0000 (09:58 +0200)
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>
drivers/staging/rtl8192u/r8192U_dm.c

index ade14ef0573097e5a3041f11f1c63893ebd3c1ce..c23e43b095d9b9382a72603c6927a7becec2652d 100644 (file)
@@ -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;
 }