From: Randy Dunlap Date: Sat, 22 Aug 2020 23:15:58 +0000 (-0700) Subject: net: sctp: chunk.c: delete duplicated word X-Git-Tag: baikal/aarch64/sdk6.1~8144^2~461^2~3 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=b1c8db5d7aded5672eb5b7f88b281eb33d9f63f7;p=kernel.git net: sctp: chunk.c: delete duplicated word Drop the repeated word "the". 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/chunk.c b/net/sctp/chunk.c index ab6a997e222fd..fd4f8243cc35f 100644 --- a/net/sctp/chunk.c +++ b/net/sctp/chunk.c @@ -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. */