Merge branch 'for-5.10/cp2112' into for-linus
[linux-2.6-microblaze.git] / drivers / scsi / scsi_transport_sas.c
index e443dee..c9abed8 100644 (file)
@@ -1526,7 +1526,7 @@ int sas_rphy_add(struct sas_rphy *rphy)
        list_add_tail(&rphy->list, &sas_host->rphy_list);
        if (identify->device_type == SAS_END_DEVICE &&
            (identify->target_port_protocols &
-            (SAS_PROTOCOL_SSP|SAS_PROTOCOL_STP|SAS_PROTOCOL_SATA)))
+            (SAS_PROTOCOL_SSP | SAS_PROTOCOL_STP | SAS_PROTOCOL_SATA)))
                rphy->scsi_target_id = sas_host->next_target_id++;
        else if (identify->device_type == SAS_END_DEVICE)
                rphy->scsi_target_id = -1;