OSDN Git Service

scsi: csiostor: clean up indentation issue
authorColin Ian King <colin.king@canonical.com>
Thu, 26 Sep 2019 11:57:16 +0000 (12:57 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 1 Oct 2019 03:09:07 +0000 (23:09 -0400)
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>
drivers/scsi/csiostor/csio_mb.c

index 6f13673..94810b1 100644 (file)
@@ -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) {