diff mbox series

scsi: hisi_sas: aligned "*" each line

Message ID 20220621072405.34394-1-jiangjian@cdjrlc.com
State New
Headers show
Series scsi: hisi_sas: aligned "*" each line | expand

Commit Message

Jiang Jian June 21, 2022, 7:24 a.m. UTC
Consider * alignment in comments

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Martin K. Petersen June 28, 2022, 3:24 a.m. UTC | #1
On Tue, 21 Jun 2022 15:24:05 +0800, Jiang Jian wrote:

> Consider * alignment in comments
> 
> 

Applied to 5.20/scsi-queue, thanks!

[1/1] scsi: hisi_sas: aligned "*" each line
      https://git.kernel.org/mkp/scsi/c/e1397bc6adde
diff mbox series

Patch

diff --git a/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c b/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c
index 455d49299ddf..18297ab5a32b 100644
--- a/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c
+++ b/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c
@@ -805,8 +805,8 @@  slot_index_alloc_quirk_v2_hw(struct hisi_hba *hisi_hba,
 			return -SAS_QUEUE_FULL;
 		}
 		/*
-		  * SAS IPTT bit0 should be 1, and SATA IPTT bit0 should be 0.
-		  */
+		 * SAS IPTT bit0 should be 1, and SATA IPTT bit0 should be 0.
+		 */
 		if (sata_dev ^ (start & 1))
 			break;
 		start++;