[PATCH] scsi: cxlflash: drop unexpected word 'a' in comments

From: Jiang Jian
Date: Thu Jun 23 2022 - 03:07:46 EST


there is an unexpected word 'a' in the comments that need to be dropped

file - drivers/scsi/cxlflash/superpipe.c
line - 741

* This routine is safe to be called with a a non-initialized context.

changed to:

* This routine is safe to be called with a non-initialized context.

Signed-off-by: Jiang Jian <jiangjian@xxxxxxxxxx>
---
drivers/scsi/cxlflash/superpipe.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/cxlflash/superpipe.c b/drivers/scsi/cxlflash/superpipe.c
index df0ebabbf387..fc8526f7f036 100644
--- a/drivers/scsi/cxlflash/superpipe.c
+++ b/drivers/scsi/cxlflash/superpipe.c
@@ -738,7 +738,7 @@ int cxlflash_disk_release(struct scsi_device *sdev,
* @cfg: Internal structure associated with the host.
* @ctxi: Context to release.
*
- * This routine is safe to be called with a a non-initialized context.
+ * This routine is safe to be called with a non-initialized context.
* Also note that the routine conditionally checks for the existence
* of the context control map before clearing the RHT registers and
* context capabilities because it is possible to destroy a context
--
2.17.1