Commit b64ae4ab authored by Colin Ian King's avatar Colin Ian King Committed by Martin K. Petersen

scsi: hpsa: clean up two indentation issues

There are two statements that are indented incorrectly. Fix these.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarDon Brace <don.brace@microsemi.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent b45a3a42
...@@ -1327,7 +1327,7 @@ static int hpsa_scsi_add_entry(struct ctlr_info *h, ...@@ -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," dev_warn(&h->pdev->dev, "physical device with no LUN=0,"
" suspect firmware bug or unsupported hardware " " suspect firmware bug or unsupported hardware "
"configuration.\n"); "configuration.\n");
return -1; return -1;
} }
lun_assigned: lun_assigned:
...@@ -4110,7 +4110,7 @@ static int hpsa_gather_lun_info(struct ctlr_info *h, ...@@ -4110,7 +4110,7 @@ static int hpsa_gather_lun_info(struct ctlr_info *h,
"maximum logical LUNs (%d) exceeded. " "maximum logical LUNs (%d) exceeded. "
"%d LUNs ignored.\n", HPSA_MAX_LUN, "%d LUNs ignored.\n", HPSA_MAX_LUN,
*nlogicals - HPSA_MAX_LUN); *nlogicals - HPSA_MAX_LUN);
*nlogicals = HPSA_MAX_LUN; *nlogicals = HPSA_MAX_LUN;
} }
if (*nlogicals + *nphysicals > HPSA_MAX_PHYS_LUN) { if (*nlogicals + *nphysicals > HPSA_MAX_PHYS_LUN) {
dev_warn(&h->pdev->dev, dev_warn(&h->pdev->dev,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment