diff mbox series

[next] scsi: megaraid_sas: fix indentation issue

Message ID 20200126154757.42530-1-colin.king@canonical.com (mailing list archive)
State Mainlined
Commit 77d331802a44e727084a15706384908daaabeb6f
Headers show
Series [next] scsi: megaraid_sas: fix indentation issue | expand

Commit Message

Colin King Jan. 26, 2020, 3:47 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

There are two statments that are indented one level too deeply, remove
the extraneous tabs.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/scsi/megaraid/megaraid_sas_base.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Bart Van Assche Jan. 26, 2020, 4:46 p.m. UTC | #1
On 2020-01-26 07:47, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There are two statments that are indented one level too deeply, remove
                ^^^^^^^^^
                statements?
> the extraneous tabs.

Anyway:

Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Martin K. Petersen Jan. 28, 2020, 3:53 a.m. UTC | #2
Colin,

> There are two statments that are indented one level too deeply, remove
> the extraneous tabs.

Fixed typo and applied to 5.7/scsi-queue. Thanks.
diff mbox series

Patch

diff --git a/drivers/scsi/megaraid/megaraid_sas_base.c b/drivers/scsi/megaraid/megaraid_sas_base.c
index acb82181f70f..b0a413ee75d5 100644
--- a/drivers/scsi/megaraid/megaraid_sas_base.c
+++ b/drivers/scsi/megaraid/megaraid_sas_base.c
@@ -8226,8 +8226,8 @@  megasas_mgmt_fw_ioctl(struct megasas_instance *instance,
 			"return -EBUSY from %s %d cmd 0x%x opcode 0x%x cmd->cmd_status_drv 0x%x\n",
 			 __func__, __LINE__, cmd->frame->hdr.cmd, opcode,
 			 cmd->cmd_status_drv);
-			error = -EBUSY;
-			goto out;
+		error = -EBUSY;
+		goto out;
 	}
 
 	cmd->sync_cmd = 0;