Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

scsi: hpsa: clean up two indentation issues

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>

authored by

Colin Ian King and committed by
Martin K. Petersen
b64ae4ab b45a3a42

+2 -2
+2 -2
drivers/scsi/hpsa.c
··· 1327 1327 dev_warn(&h->pdev->dev, "physical device with no LUN=0," 1328 1328 " suspect firmware bug or unsupported hardware " 1329 1329 "configuration.\n"); 1330 - return -1; 1330 + return -1; 1331 1331 } 1332 1332 1333 1333 lun_assigned: ··· 4110 4110 "maximum logical LUNs (%d) exceeded. " 4111 4111 "%d LUNs ignored.\n", HPSA_MAX_LUN, 4112 4112 *nlogicals - HPSA_MAX_LUN); 4113 - *nlogicals = HPSA_MAX_LUN; 4113 + *nlogicals = HPSA_MAX_LUN; 4114 4114 } 4115 4115 if (*nlogicals + *nphysicals > HPSA_MAX_PHYS_LUN) { 4116 4116 dev_warn(&h->pdev->dev,