mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 13:30:45 -05:00
rds: Correct spelling
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>
This commit is contained in:
committed by
Jakub Kicinski
parent
6e307a873d
commit
433dce0692
@@ -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 ||
|
||||
|
||||
@@ -232,7 +232,7 @@ int rds_send_xmit(struct rds_conn_path *cp)
|
||||
* 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) {
|
||||
|
||||
Reference in New Issue
Block a user