From: Randy Dunlap Date: Sat, 22 Aug 2020 23:15:57 +0000 (-0700) Subject: net: sctp: bind_addr.c: delete duplicated word X-Git-Tag: v5.10.7~1401^2~461^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=440d399033cbeed2ffea2847b80bfccf282c88cc;p=platform%2Fkernel%2Flinux-rpi.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 701c5a4..53e5ed7 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. *