[PATCH 4/7] net: sctp: chunk.c: delete duplicated word
From: Randy Dunlap <hidden>
Date: 2020-08-22 23:16:26
Also in:
linux-sctp
From: Randy Dunlap <hidden>
Date: 2020-08-22 23:16:26
Also in:
linux-sctp
Drop the repeated word "the". Signed-off-by: Randy Dunlap <redacted> Cc: Vlad Yasevich <redacted> 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> --- net/sctp/chunk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20200731.orig/net/sctp/chunk.c
+++ linux-next-20200731/net/sctp/chunk.c@@ -179,7 +179,7 @@ struct sctp_datamsg *sctp_datamsg_from_u __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. */