wifi: mwifiex: clean up one inconsistent indenting
authorYang Li <yang.lee@linux.alibaba.com>
Wed, 15 Jun 2022 00:53:16 +0000 (08:53 +0800)
committerKalle Valo <kvalo@kernel.org>
Wed, 27 Jul 2022 12:48:01 +0000 (15:48 +0300)
Eliminate the follow smatch warning:
drivers/net/wireless/marvell/mwifiex/pcie.c:3364 mwifiex_unregister_dev() warn: inconsistent indenting

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220615005316.9596-1-yang.lee@linux.alibaba.com
drivers/net/wireless/marvell/mwifiex/pcie.c

index d5fb294..43bdcbc 100644 (file)
@@ -3373,7 +3373,7 @@ static void mwifiex_unregister_dev(struct mwifiex_adapter *adapter)
        } else {
                mwifiex_dbg(adapter, INFO,
                            "%s(): calling free_irq()\n", __func__);
-              free_irq(card->dev->irq, &card->share_irq_ctx);
+               free_irq(card->dev->irq, &card->share_irq_ctx);
 
                if (card->msi_enable)
                        pci_disable_msi(pdev);