We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d8a25 commit 8a8fb89Copy full SHA for 8a8fb89
drivers/scsi/scsi_transport_sas.c
@@ -1526,7 +1526,7 @@ int sas_rphy_add(struct sas_rphy *rphy)
1526
list_add_tail(&rphy->list, &sas_host->rphy_list);
1527
if (identify->device_type == SAS_END_DEVICE &&
1528
(identify->target_port_protocols &
1529
- (SAS_PROTOCOL_SSP|SAS_PROTOCOL_STP|SAS_PROTOCOL_SATA)))
+ (SAS_PROTOCOL_SSP | SAS_PROTOCOL_STP | SAS_PROTOCOL_SATA)))
1530
rphy->scsi_target_id = sas_host->next_target_id++;
1531
else if (identify->device_type == SAS_END_DEVICE)
1532
rphy->scsi_target_id = -1;
0 commit comments