Skip to content

Commit 389102a

Browse files
valdiskmartinkpetersen
authored andcommitted
scsi: target: iscsi: Fix typo in comment
Correct the spelling of Nagle's name in a comment. Link: https://lore.kernel.org/r/2921.1610694423@turing-police Reviewed-by: Chaitanya Kulkarni <[email protected]> Signed-off-by: Valdis Klētnieks <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 7649072 commit 389102a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/target/iscsi/iscsi_target_login.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ int iscsit_setup_np(
896896
else
897897
len = sizeof(struct sockaddr_in);
898898
/*
899-
* Set SO_REUSEADDR, and disable Nagel Algorithm with TCP_NODELAY.
899+
* Set SO_REUSEADDR, and disable Nagle Algorithm with TCP_NODELAY.
900900
*/
901901
if (np->np_network_transport == ISCSI_TCP)
902902
tcp_sock_set_nodelay(sock->sk);

0 commit comments

Comments
 (0)