Skip to content

Commit 251f24e

Browse files
JuliaLawallmartinkpetersen
authored andcommitted
scsi: pm80xx: reduce indentation
Delete tab aligning a statement with the right hand side of a preceding assignment rather than the left hand side. Found with the help of Coccinelle. [mkp: added space] Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Acked-by: Jack Wang <jinpu.wang@cloud.ionos.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent 72b4a04 commit 251f24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/pm8001/pm8001_sas.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ static int pm8001_dev_found_notify(struct domain_device *dev)
657657
if (dev->dev_type == SAS_SATA_DEV) {
658658
pm8001_device->attached_phy =
659659
dev->rphy->identify.phy_identifier;
660-
flag = 1; /* directly sata*/
660+
flag = 1; /* directly sata */
661661
}
662662
} /*register this device to HBA*/
663663
PM8001_DISC_DBG(pm8001_ha, pm8001_printk("Found device\n"));

0 commit comments

Comments
 (0)