]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
rds: Correct spelling
authorSimon Horman <horms@kernel.org>
Thu, 19 Jun 2025 13:58:33 +0000 (14:58 +0100)
committerJakub Kicinski <kuba@kernel.org>
Sat, 21 Jun 2025 14:35:39 +0000 (07:35 -0700)
Correct spelling as flagged by codespell.
With these changes in place codespell only flags false positives
in net/rds.

Signed-off-by: Simon Horman <horms@kernel.org>
Reviewed-by: Allison Henderson <allison.henderson@oracle.com>
Link: https://patch.msgid.link/20250619-rds-minor-v1-2-86d2ee3a98b9@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/rds/af_rds.c
net/rds/send.c

index 8435a20968ef5112d44164ecbf89071f7ee4b855..086a13170e0961089e2677820c084d677350a04c 100644 (file)
@@ -598,7 +598,7 @@ static int rds_connect(struct socket *sock, struct sockaddr *uaddr,
                }
 
                if (addr_type & IPV6_ADDR_LINKLOCAL) {
-                       /* If socket is arleady bound to a link local address,
+                       /* If socket is already bound to a link local address,
                         * the peer address must be on the same link.
                         */
                        if (sin6->sin6_scope_id == 0 ||
index 09a28011065493abc083a84f8f681cd8a8acef4c..42d991bc8543c6e22cbe899eb2d9f87aec79547b 100644 (file)
@@ -232,7 +232,7 @@ restart:
                 * If not already working on one, grab the next message.
                 *
                 * cp_xmit_rm holds a ref while we're sending this message down
-                * the connction.  We can use this ref while holding the
+                * the connection.  We can use this ref while holding the
                 * send_sem.. rds_send_reset() is serialized with it.
                 */
                if (!rm) {