]> Git Repo - linux.git/commitdiff
scsi: target: iscsi: Fix typo in comment
authorValdis Klētnieks <[email protected]>
Fri, 15 Jan 2021 07:07:03 +0000 (02:07 -0500)
committerMartin K. Petersen <[email protected]>
Thu, 21 Jan 2021 02:37:35 +0000 (21:37 -0500)
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]>
drivers/target/iscsi/iscsi_target_login.c

index 893d1b406c29254ca0bb33fa19b4bcadd0253192..1a9c50401bdb55b1c1a63552b81187bf517da616 100644 (file)
@@ -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);
This page took 0.0959 seconds and 4 git commands to generate.