All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] wireless: clean up one inconsistent indenting
@ 2022-06-15  0:53 Yang Li
  2022-07-27 12:48 ` [-next] wifi: mwifiex: " Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Li @ 2022-06-15  0:53 UTC (permalink / raw)
  To: amitkarwar
  Cc: ganapathi017, sharvari.harisangam, huxinming820, kvalo, davem,
	edumazet, kuba, pabeni, linux-wireless, netdev, linux-kernel,
	Yang Li, Abaci Robot

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>
---
 drivers/net/wireless/marvell/mwifiex/pcie.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/marvell/mwifiex/pcie.c b/drivers/net/wireless/marvell/mwifiex/pcie.c
index 20352039a5c3..f7f9277602a5 100644
--- a/drivers/net/wireless/marvell/mwifiex/pcie.c
+++ b/drivers/net/wireless/marvell/mwifiex/pcie.c
@@ -3361,7 +3361,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);
-- 
2.20.1.7.g153144c


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [-next] wifi: mwifiex: clean up one inconsistent indenting
  2022-06-15  0:53 [PATCH -next] wireless: clean up one inconsistent indenting Yang Li
@ 2022-07-27 12:48 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2022-07-27 12:48 UTC (permalink / raw)
  To: Yang Li
  Cc: amitkarwar, ganapathi017, sharvari.harisangam, huxinming820,
	davem, edumazet, kuba, pabeni, linux-wireless, netdev,
	linux-kernel, Yang Li, Abaci Robot

Yang Li <yang.lee@linux.alibaba.com> wrote:

> 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>

Patch applied to wireless-next.git, thanks.

06ce07860b32 wifi: mwifiex: clean up one inconsistent indenting

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20220615005316.9596-1-yang.lee@linux.alibaba.com/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-27 12:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-15  0:53 [PATCH -next] wireless: clean up one inconsistent indenting Yang Li
2022-07-27 12:48 ` [-next] wifi: mwifiex: " Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.