aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds
diff options
context:
space:
mode:
authorLu Wei <luwei32@huawei.com>2021-03-27 10:27:22 +0800
committerDavid S. Miller <davem@davemloft.net>2021-03-28 17:52:50 -0700
commitebf893958c131f75c4cfa77e43e8efd67628bd31 (patch)
treedbbba3fa06cc2cd69edc587fab5bb16afaf696ba /net/rds
parentdrivers: net: smc91x: remove redundant initialization of pointer gpio (diff)
downloadlinux-dev-ebf893958c131f75c4cfa77e43e8efd67628bd31.tar.xz
linux-dev-ebf893958c131f75c4cfa77e43e8efd67628bd31.zip
net: rds: Fix a typo
Modify "beween" to "between" in net/rds/send.c. Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Lu Wei <luwei32@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rds')
-rw-r--r--net/rds/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rds/send.c b/net/rds/send.c
index 985d0b7713ac..53444397de66 100644
--- a/net/rds/send.c
+++ b/net/rds/send.c
@@ -1225,7 +1225,7 @@ int rds_sendmsg(struct socket *sock, struct msghdr *msg, size_t payload_len)
}
/* If the socket is already bound to a link local address,
* it can only send to peers on the same link. But allow
- * communicating beween link local and non-link local address.
+ * communicating between link local and non-link local address.
*/
if (scope_id != rs->rs_bound_scope_id) {
if (!scope_id) {