summaryrefslogtreecommitdiffstats
path: root/net/sctp/chunk.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2020-08-24 16:21:44 -0700
committerDavid S. Miller <davem@davemloft.net>2020-08-24 16:21:44 -0700
commitce876d8f3dcb4e2e11579f95b615dda96e02b1a7 (patch)
tree9cbd2a2820edb9acc2278eaa37cc1e809840b884 /net/sctp/chunk.c
parent901341bb9718884f337a92e6c4541227597d1f48 (diff)
parentb8d7a7c62c7ac7fbc3c3e01ba3205bc119c383ad (diff)
downloadlinux-ce876d8f3dcb4e2e11579f95b615dda96e02b1a7.tar.bz2
Merge branch 'net-sctp-delete-duplicated-words-plus-other-fixes'
Randy Dunlap says: ==================== net: sctp: delete duplicated words + other fixes Drop or fix repeated words in net/sctp/. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp/chunk.c')
-rw-r--r--net/sctp/chunk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/chunk.c b/net/sctp/chunk.c
index ab6a997e222f..fd4f8243cc35 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.
*/