mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-09 06:43:09 +00:00
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 <chiatanya.kulkarni@wdc.com> Signed-off-by: Valdis Klētnieks <valdis.kletnieks@vt.edu> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
764907293e
commit
389102a351
@ -896,7 +896,7 @@ int iscsit_setup_np(
|
|||||||
else
|
else
|
||||||
len = sizeof(struct sockaddr_in);
|
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)
|
if (np->np_network_transport == ISCSI_TCP)
|
||||||
tcp_sock_set_nodelay(sock->sk);
|
tcp_sock_set_nodelay(sock->sk);
|
||||||
|
Loading…
Reference in New Issue
Block a user