Message ID | 2921.1610694423@turing-police (mailing list archive) |
---|---|
State | Accepted |
Commit | 389102a3515b53a38858554a915006be7f0b6a06 |
Headers | show |
Series | scsi: target: iscsi: Fix typo in comment | expand |
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>
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
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);
Correct the spelling of Nagle's name in a comment. Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>