diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-08-23 02:16:01 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-08-25 02:21:43 +0300 |
commit | b8d7a7c62c7ac7fbc3c3e01ba3205bc119c383ad (patch) | |
tree | 9cbd2a2820edb9acc2278eaa37cc1e809840b884 /net/sctp/ulpqueue.c | |
parent | 14f45bb7b1bf8e600c1e07cc9f2063910000a463 (diff) | |
download | linux-b8d7a7c62c7ac7fbc3c3e01ba3205bc119c383ad.tar.xz |
net: sctp: ulpqueue.c: delete duplicated word
Drop the repeated word "an".
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>
Diffstat (limited to 'net/sctp/ulpqueue.c')
-rw-r--r-- | net/sctp/ulpqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/ulpqueue.c b/net/sctp/ulpqueue.c index 1c6c640607c5..407fed46931b 100644 --- a/net/sctp/ulpqueue.c +++ b/net/sctp/ulpqueue.c @@ -740,7 +740,7 @@ static void sctp_ulpq_reasm_drain(struct sctp_ulpq *ulpq) /* Helper function to gather skbs that have possibly become - * ordered by an an incoming chunk. + * ordered by an incoming chunk. */ static void sctp_ulpq_retrieve_ordered(struct sctp_ulpq *ulpq, struct sctp_ulpevent *event) |