diff mbox series

scsi: mpt3sas: Clean up some indenting

Message ID 20191004100615.GA823@mwanda (mailing list archive)
State Mainlined
Commit 3524a38e594dd5f090cbc3226e5f47cb4067fac7
Headers show
Series scsi: mpt3sas: Clean up some indenting | expand

Commit Message

Dan Carpenter Oct. 4, 2019, 10:06 a.m. UTC
This line is indented too far so it's a bit confusing.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
---
 drivers/scsi/mpt3sas/mpt3sas_ctl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Martin K. Petersen Oct. 10, 2019, 2:34 a.m. UTC | #1
Dan,

> This line is indented too far so it's a bit confusing.

Applied to 5.5/scsi-queue. Thank you!
diff mbox series

Patch

diff --git a/drivers/scsi/mpt3sas/mpt3sas_ctl.c b/drivers/scsi/mpt3sas/mpt3sas_ctl.c
index 0c77f2209cec..6874cf017739 100644
--- a/drivers/scsi/mpt3sas/mpt3sas_ctl.c
+++ b/drivers/scsi/mpt3sas/mpt3sas_ctl.c
@@ -1821,7 +1821,7 @@  mpt3sas_enable_diag_buffer(struct MPT3SAS_ADAPTER *ioc, u8 bits_to_register)
 				     trace_buff_size>>10);
 				ioc_err(ioc,
 				    "Using zero Min Trace Buff Size\n");
-				    min_trace_buff_size = 0;
+				min_trace_buff_size = 0;
 			}
 
 			if (decr_trace_buff_size == 0) {