diff options
author | David S. Miller <[email protected]> | 2020-08-24 16:21:44 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-08-24 16:21:44 -0700 |
commit | ce876d8f3dcb4e2e11579f95b615dda96e02b1a7 (patch) | |
tree | 9cbd2a2820edb9acc2278eaa37cc1e809840b884 /net/sctp/bind_addr.c | |
parent | 901341bb9718884f337a92e6c4541227597d1f48 (diff) | |
parent | b8d7a7c62c7ac7fbc3c3e01ba3205bc119c383ad (diff) |
Merge branch 'net-sctp-delete-duplicated-words-plus-other-fixes'
Randy Dunlap says:
====================
net: sctp: delete duplicated words + other fixes
Drop or fix repeated words in net/sctp/.
====================
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/sctp/bind_addr.c')
-rw-r--r-- | net/sctp/bind_addr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/bind_addr.c b/net/sctp/bind_addr.c index 701c5a4e441d..53e5ed79f63f 100644 --- a/net/sctp/bind_addr.c +++ b/net/sctp/bind_addr.c @@ -505,7 +505,7 @@ int sctp_in_scope(struct net *net, const union sctp_addr *addr, return 0; /* * For INIT and INIT-ACK address list, let L be the level of - * of requested destination address, sender and receiver + * requested destination address, sender and receiver * SHOULD include all of its addresses with level greater * than or equal to L. * |