[PATCH] scsi: core: Remove repeated word "calling" in target_core_pscsi.c

Shaomin Deng posted 1 patch 3 years, 8 months ago
drivers/target/target_core_pscsi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] scsi: core: Remove repeated word "calling" in target_core_pscsi.c
Posted by Shaomin Deng 3 years, 8 months ago
There is repeated word, so remove it.

Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com>
---
 drivers/target/target_core_pscsi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/target/target_core_pscsi.c b/drivers/target/target_core_pscsi.c
index e6a967ddc08c..245912fc209c 100644
--- a/drivers/target/target_core_pscsi.c
+++ b/drivers/target/target_core_pscsi.c
@@ -500,7 +500,7 @@ static int pscsi_configure_device(struct se_device *dev)
 			continue;
 		/*
 		 * Functions will release the held struct scsi_host->host_lock
-		 * before calling calling pscsi_add_device_to_list() to register
+		 * before calling pscsi_add_device_to_list() to register
 		 * struct scsi_device with target_core_mod.
 		 */
 		switch (sd->type) {
-- 
2.35.1
Re: [PATCH] scsi: core: Remove repeated word "calling" in target_core_pscsi.c
Posted by Chaitanya Kulkarni 3 years, 8 months ago
On 8/11/22 08:39, Shaomin Deng wrote:
> There is repeated word, so remove it.
> 
> Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com>


Looks good.

Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>

-ck