linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] mwifiex: fix an indenting mistake
@ 2016-02-09 11:15 Dan Carpenter
  2016-02-25 10:01 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Carpenter @ 2016-02-09 11:15 UTC (permalink / raw)
  To: Amitkumar Karwar, Xinming Hu
  Cc: Nishant Sarmukadam, Kalle Valo, linux-wireless, kernel-janitors

We recently added an indent level here but missed this line.  It needs
another tab.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

diff --git a/drivers/net/wireless/marvell/mwifiex/pcie.c b/drivers/net/wireless/marvell/mwifiex/pcie.c
index cc07214..efb19e2 100644
--- a/drivers/net/wireless/marvell/mwifiex/pcie.c
+++ b/drivers/net/wireless/marvell/mwifiex/pcie.c
@@ -2452,7 +2452,7 @@ static void mwifiex_pcie_fw_dump(struct mwifiex_adapter *adapter)
 			for (i = 0; i < 4; i++) {
 				mwifiex_read_reg_byte(adapter, reg, &read_reg);
 				memory_size |= (read_reg << (i * 8));
-			reg++;
+				reg++;
 			}
 		} else {
 			memory_size = MWIFIEX_FW_DUMP_MAX_MEMSIZE;

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

* Re: mwifiex: fix an indenting mistake
  2016-02-09 11:15 [patch] mwifiex: fix an indenting mistake Dan Carpenter
@ 2016-02-25 10:01 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2016-02-25 10:01 UTC (permalink / raw)
  To: Dan Carpenter
  Cc: Amitkumar Karwar, Xinming Hu, Nishant Sarmukadam, linux-wireless,
	kernel-janitors


> We recently added an indent level here but missed this line.  It needs
> another tab.
> 
> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

Thanks, applied to wireless-drivers-next.git.

Kalle Valo

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

end of thread, other threads:[~2016-02-25 10:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-09 11:15 [patch] mwifiex: fix an indenting mistake Dan Carpenter
2016-02-25 10:01 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).