diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-08-23 01:15:57 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-08-25 01:21:43 +0200 |
commit | 440d399033cbeed2ffea2847b80bfccf282c88cc (patch) | |
tree | 1a5016302bb4195da326abb8af8166a9cd090654 /net/sctp/bind_addr.c | |
parent | net: sctp: auth.c: delete duplicated words (diff) | |
download | linux-440d399033cbeed2ffea2847b80bfccf282c88cc.tar.xz linux-440d399033cbeed2ffea2847b80bfccf282c88cc.zip |
net: sctp: bind_addr.c: delete duplicated word
Drop the repeated word "of".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Vlad Yasevich <vyasevich@gmail.com>
Cc: Neil Horman <nhorman@tuxdriver.com>
Cc: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Cc: linux-sctp@vger.kernel.org
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
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. * |