]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
net: sctp: bind_addr.c: delete duplicated word
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 22 Aug 2020 23:15:57 +0000 (16:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Aug 2020 23:21:43 +0000 (16:21 -0700)
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>
net/sctp/bind_addr.c

index 701c5a4e441d9c248df9472f22db5b78987f9e44..53e5ed79f63f34f6d237b5d0683925fe9c49f4a9 100644 (file)
@@ -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.
         *