diff mbox series

scsi: target: iscsi: Fix typo in comment

Message ID 2921.1610694423@turing-police
State New
Headers show
Series scsi: target: iscsi: Fix typo in comment | expand

Commit Message

Valdis Kl=?utf-8?Q?=c4=93?=tnieks Jan. 15, 2021, 7:07 a.m. UTC
Correct the spelling of Nagle's name in a comment.

Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>

Comments

Chaitanya Kulkarni Jan. 15, 2021, 7:43 a.m. UTC | #1
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 <valdis.kletnieks@vt.edu>

Looks good.

Reviewed-by: Chaitanya Kulkarni <chiatanya.kulkarni@wdc.com>
Martin K. Petersen Jan. 21, 2021, 3:35 a.m. UTC | #2
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
diff mbox series

Patch

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);