From: Randy Dunlap Date: Sat, 22 Aug 2020 23:15:57 +0000 (-0700) Subject: net: sctp: bind_addr.c: delete duplicated word X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=440d399033cbeed2ffea2847b80bfccf282c88cc;p=linux.git net: sctp: bind_addr.c: delete duplicated word Drop the repeated word "of". Signed-off-by: Randy Dunlap Cc: Vlad Yasevich Cc: Neil Horman Cc: Marcelo Ricardo Leitner Cc: linux-sctp@vger.kernel.org Cc: "David S. Miller" Cc: Jakub Kicinski Signed-off-by: David S. Miller --- diff --git a/net/sctp/bind_addr.c b/net/sctp/bind_addr.c index 701c5a4e441d9..53e5ed79f63f3 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. *