linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 1/2] megaraid_sas: remove a stray tab
@ 2015-11-07 16:16 Dan Carpenter
  2015-11-10 10:21 ` Kashyap Desai
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Carpenter @ 2015-11-07 16:16 UTC (permalink / raw)
  To: Kashyap Desai, Sumit Saxena
  Cc: Uday Lingala, James E.J. Bottomley, megaraidlinux.pdl, linux-scsi,
	linux-kernel, kernel-janitors

One line was indented more than the others.

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

diff --git a/drivers/scsi/megaraid/megaraid_sas_base.c b/drivers/scsi/megaraid/megaraid_sas_base.c
index cc95372..829e9e9 100644
--- a/drivers/scsi/megaraid/megaraid_sas_base.c
+++ b/drivers/scsi/megaraid/megaraid_sas_base.c
@@ -5923,9 +5923,9 @@ static void megasas_detach_one(struct pci_dev *pdev)
 
 	if (instance->ctrl_context) {
 		megasas_release_fusion(instance);
-			pd_seq_map_sz = sizeof(struct MR_PD_CFG_SEQ_NUM_SYNC) +
+		pd_seq_map_sz = sizeof(struct MR_PD_CFG_SEQ_NUM_SYNC) +
 				(sizeof(struct MR_PD_CFG_SEQ) *
-					(MAX_PHYSICAL_DEVICES - 1));
+				(MAX_PHYSICAL_DEVICES - 1));
 		for (i = 0; i < 2 ; i++) {
 			if (fusion->ld_map[i])
 				dma_free_coherent(&instance->pdev->dev,

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

end of thread, other threads:[~2015-11-10 10:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-07 16:16 [patch 1/2] megaraid_sas: remove a stray tab Dan Carpenter
2015-11-10 10:21 ` Kashyap Desai

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