diff mbox series

scsi: target: Remove duplicate 'the' in two places.

Message ID 20220621142012.4622-1-jiangjian@cdjrlc.com
State New
Headers show
Series scsi: target: Remove duplicate 'the' in two places. | expand

Commit Message

Jiang Jian June 21, 2022, 2:20 p.m. UTC
file: drivers/target/target_core_alua.c
line: 388
 * the Target Port in question for the the incoming
changed to
 * the Target Port in question for the incoming

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 drivers/target/target_core_alua.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Martin K. Petersen June 28, 2022, 3:24 a.m. UTC | #1
On Tue, 21 Jun 2022 22:20:12 +0800, Jiang Jian wrote:

> file: drivers/target/target_core_alua.c
> line: 388
>  * the Target Port in question for the the incoming
> changed to
>  * the Target Port in question for the incoming
> 
> 
> [...]

Applied to 5.20/scsi-queue, thanks!

[1/1] scsi: target: Remove duplicate 'the' in two places.
      https://git.kernel.org/mkp/scsi/c/b73b14300e9f
diff mbox series

Patch

diff --git a/drivers/target/target_core_alua.c b/drivers/target/target_core_alua.c
index b56ef8af66e7..58df0145e8d0 100644
--- a/drivers/target/target_core_alua.c
+++ b/drivers/target/target_core_alua.c
@@ -385,7 +385,7 @@  target_emulate_set_target_port_groups(struct se_cmd *cmd)
 
 			/*
 			 * Extract the RELATIVE TARGET PORT IDENTIFIER to identify
-			 * the Target Port in question for the the incoming
+			 * the Target Port in question for the incoming
 			 * SET_TARGET_PORT_GROUPS op.
 			 */
 			rtpi = get_unaligned_be16(ptr + 2);