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

scsi: scsi_transport_sas: Add spaces around binary operator "|"

According to the kernel coding style, use one space around the binary "|"
operator.

Add spaces around it.

Link: https://lore.kernel.org/r/1596454442-220565-1-git-send-email-chenxiang66@hisilicon.com
Signed-off-by: Xiang Chen <chenxiang66@hisilicon.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Xiang Chen and committed by
Martin K. Petersen
8a8fb897 a3d8a257

+1 -1
+1 -1
drivers/scsi/scsi_transport_sas.c
··· 1526 1526 list_add_tail(&rphy->list, &sas_host->rphy_list); 1527 1527 if (identify->device_type == SAS_END_DEVICE && 1528 1528 (identify->target_port_protocols & 1529 - (SAS_PROTOCOL_SSP|SAS_PROTOCOL_STP|SAS_PROTOCOL_SATA))) 1529 + (SAS_PROTOCOL_SSP | SAS_PROTOCOL_STP | SAS_PROTOCOL_SATA))) 1530 1530 rphy->scsi_target_id = sas_host->next_target_id++; 1531 1531 else if (identify->device_type == SAS_END_DEVICE) 1532 1532 rphy->scsi_target_id = -1;