diff options
author | Jiang Jian | 2022-06-22 00:26:31 +0800 |
---|---|---|
committer | Martin K. Petersen | 2022-06-21 21:41:19 -0400 |
commit | bc98b503b111b92d1f51005b393615eaf689231f (patch) | |
tree | 5d6821e19097b7abe3fda8e503c4f2d69514b59f /drivers/scsi/sym53c8xx_2 | |
parent | e448c8508d74ac7d9654e9f7957fb8ffda376eb1 (diff) |
scsi: sym53c8xx_2: Remove redundant "with"
Remove redundant "with" in comment
Link: https://lore.kernel.org/r/20220621162631.25353-1-jiangjian@cdjrlc.com
Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/sym53c8xx_2')
-rw-r--r-- | drivers/scsi/sym53c8xx_2/sym_hipd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sym53c8xx_2/sym_hipd.c b/drivers/scsi/sym53c8xx_2/sym_hipd.c index 255a2d48d421..f0db17e34ea0 100644 --- a/drivers/scsi/sym53c8xx_2/sym_hipd.c +++ b/drivers/scsi/sym53c8xx_2/sym_hipd.c @@ -3598,7 +3598,7 @@ static void sym_sir_task_recovery(struct sym_hcb *np, int num) } /* - * Gerard's alchemy:) that deals with with the data + * Gerard's alchemy:) that deals with the data * pointer for both MDP and the residual calculation. * * I didn't want to bloat the code by more than 200 |