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

scsi: hisi_sas: Align comments

Properly align comment lines in slot_index_alloc_quirk_v2_hw().

Link: https://lore.kernel.org/r/20220621072405.34394-1-jiangjian@cdjrlc.com
Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Jiang Jian and committed by
Martin K. Petersen
e1397bc6 efef34cb

+2 -2
+2 -2
drivers/scsi/hisi_sas/hisi_sas_v2_hw.c
··· 805 805 return -SAS_QUEUE_FULL; 806 806 } 807 807 /* 808 - * SAS IPTT bit0 should be 1, and SATA IPTT bit0 should be 0. 809 - */ 808 + * SAS IPTT bit0 should be 1, and SATA IPTT bit0 should be 0. 809 + */ 810 810 if (sata_dev ^ (start & 1)) 811 811 break; 812 812 start++;