2021-01-15 08:35:55

by Valdis Klētnieks

[permalink] [raw]
Subject: [PATCH] scsi: target: iscsi: Fix typo in comment

Correct the spelling of Nagle's name in a comment.

Signed-off-by: Valdis Kletnieks <[email protected]>

diff --git a/drivers/target/iscsi/iscsi_target_login.c b/drivers/target/iscsi/iscsi_target_login.c
index 893d1b406c29..1a9c50401bdb 100644
--- a/drivers/target/iscsi/iscsi_target_login.c
+++ b/drivers/target/iscsi/iscsi_target_login.c
@@ -896,7 +896,7 @@ int iscsit_setup_np(
else
len = sizeof(struct sockaddr_in);
/*
- * Set SO_REUSEADDR, and disable Nagel Algorithm with TCP_NODELAY.
+ * Set SO_REUSEADDR, and disable Nagle Algorithm with TCP_NODELAY.
*/
if (np->np_network_transport == ISCSI_TCP)
tcp_sock_set_nodelay(sock->sk);


2021-01-15 08:42:13

by Chaitanya Kulkarni

[permalink] [raw]
Subject: Re: [PATCH] scsi: target: iscsi: Fix typo in comment

On 1/14/21 11:10 PM, Valdis Kl?tnieks wrote:
> Correct the spelling of Nagle's name in a comment.
>
> Signed-off-by: Valdis Kletnieks <[email protected]>

Looks good.

Reviewed-by: Chaitanya Kulkarni <[email protected]>

2021-01-21 03:58:26

by Martin K. Petersen

[permalink] [raw]
Subject: Re: [PATCH] scsi: target: iscsi: Fix typo in comment

On Fri, 15 Jan 2021 02:07:03 -0500, Valdis Klētnieks wrote:

> Correct the spelling of Nagle's name in a comment.

Applied to 5.11/scsi-fixes, thanks!

[1/1] scsi: target: iscsi: Fix typo in comment
https://git.kernel.org/mkp/scsi/c/389102a3515b

--
Martin K. Petersen Oracle Linux Engineering