OSDN Git Service

net: sctp: ulpqueue.c: delete duplicated word
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 22 Aug 2020 23:16:01 +0000 (16:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Aug 2020 23:21:43 +0000 (16:21 -0700)
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>
net/sctp/ulpqueue.c

index 1c6c640..407fed4 100644 (file)
@@ -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)