lkml.org 
[lkml]   [2022]   [Jun]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] scsi: cxlflash: drop unexpected word 'a' in comments
Date
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@cdjrlc.com>
---
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
\
 
 \ /
  Last update: 2022-06-23 09:08    [W:0.059 / U:0.376 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site