Skip to content

Commit

Permalink
scsi: csiostor: clean up indentation issue
Browse files Browse the repository at this point in the history
The goto statement is indented incorrectly, remove the extraneous tab.

Link: https://lore.kernel.org/r/20190926115716.3698-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
  • Loading branch information
Colin Ian King authored and Martin K. Petersen committed Oct 1, 2019
1 parent 8ee132b commit 9adc2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/csiostor/csio_mb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ csio_mb_issue(struct csio_hw *hw, struct csio_mb *mbp)
!csio_is_hw_intr_enabled(hw)) {
csio_err(hw, "Cannot issue mailbox in interrupt mode 0x%x\n",
*((uint8_t *)mbp->mb));
goto error_out;
goto error_out;
}

if (mbm->mcurrent != NULL) {
Expand Down

0 comments on commit 9adc2a5

Please sign in to comment.