linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scsi: target: iscsi: Fix typo in comment
@ 2021-01-15  7:07 Valdis Klētnieks
  2021-01-15  7:43 ` Chaitanya Kulkarni
  2021-01-21  3:35 ` Martin K. Petersen
  0 siblings, 2 replies; 3+ messages in thread
From: Valdis Klētnieks @ 2021-01-15  7:07 UTC (permalink / raw)
  To: Martin K. Petersen, David S. Miller
  Cc: linux-scsi, target-devel, linux-kernel

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

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

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-21  3:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-15  7:07 [PATCH] scsi: target: iscsi: Fix typo in comment Valdis Klētnieks
2021-01-15  7:43 ` Chaitanya Kulkarni
2021-01-21  3:35 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).