net: sctp: chunk.c: delete duplicated word
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 22 Aug 2020 23:15:58 +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 "the".

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/chunk.c

index ab6a997..fd4f824 100644 (file)
@@ -179,7 +179,7 @@ struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *asoc,
                                    __func__, asoc, max_data);
        }
 
-       /* If the the peer requested that we authenticate DATA chunks
+       /* If the peer requested that we authenticate DATA chunks
         * we need to account for bundling of the AUTH chunks along with
         * DATA.
         */