aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/associola.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/associola.c
parent901341bb9718884f337a92e6c4541227597d1f48 (diff)
parentb8d7a7c62c7ac7fbc3c3e01ba3205bc119c383ad (diff)
downloadkernel_replicant_linux-ce876d8f3dcb4e2e11579f95b615dda96e02b1a7.tar.gz
kernel_replicant_linux-ce876d8f3dcb4e2e11579f95b615dda96e02b1a7.tar.bz2
kernel_replicant_linux-ce876d8f3dcb4e2e11579f95b615dda96e02b1a7.zip
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/associola.c')
-rw-r--r--net/sctp/associola.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sctp/associola.c b/net/sctp/associola.c
index 8d735461fa19..fdb69d46276d 100644
--- a/net/sctp/associola.c
+++ b/net/sctp/associola.c
@@ -1351,7 +1351,7 @@ static void sctp_select_active_and_retran_path(struct sctp_association *asoc)
}
/* We did not find anything useful for a possible retransmission
- * path; either primary path that we found is the the same as
+ * path; either primary path that we found is the same as
* the current one, or we didn't generally find an active one.
*/
if (trans_sec == NULL)
@@ -1537,7 +1537,7 @@ void sctp_assoc_rwnd_decrease(struct sctp_association *asoc, unsigned int len)
/* If we've reached or overflowed our receive buffer, announce
* a 0 rwnd if rwnd would still be positive. Store the
- * the potential pressure overflow so that the window can be restored
+ * potential pressure overflow so that the window can be restored
* back to original value.
*/
if (rx_count >= asoc->base.sk->sk_rcvbuf)