scsi: hpsa: clean up two indentation issues
authorColin Ian King <colin.king@canonical.com>
Tue, 22 Jan 2019 15:18:30 +0000 (15:18 +0000)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 29 Jan 2019 05:42:03 +0000 (00:42 -0500)
There are two statements that are indented incorrectly. Fix these.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Don Brace <don.brace@microsemi.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/hpsa.c

index ff67ef5d5347b2691a6ea08fc17d804cd1475372..5284444fdd10d2f30ca9a14e6c010ca982490ea3 100644 (file)
@@ -1327,7 +1327,7 @@ static int hpsa_scsi_add_entry(struct ctlr_info *h,
                dev_warn(&h->pdev->dev, "physical device with no LUN=0,"
                        " suspect firmware bug or unsupported hardware "
                        "configuration.\n");
-                       return -1;
+               return -1;
        }
 
 lun_assigned:
@@ -4110,7 +4110,7 @@ static int hpsa_gather_lun_info(struct ctlr_info *h,
                        "maximum logical LUNs (%d) exceeded.  "
                        "%d LUNs ignored.\n", HPSA_MAX_LUN,
                        *nlogicals - HPSA_MAX_LUN);
-                       *nlogicals = HPSA_MAX_LUN;
+               *nlogicals = HPSA_MAX_LUN;
        }
        if (*nlogicals + *nphysicals > HPSA_MAX_PHYS_LUN) {
                dev_warn(&h->pdev->dev,