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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]

  Powered by Linux