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