hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/dccp/ackvec.c
....@@ -1,13 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * net/dccp/ackvec.c
34 *
45 * An implementation of Ack Vectors for the DCCP protocol
56 * Copyright (c) 2007 University of Aberdeen, Scotland, UK
67 * Copyright (c) 2005 Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7
- *
8
- * This program is free software; you can redistribute it and/or modify it
9
- * under the terms of the GNU General Public License as published by the
10
- * Free Software Foundation; version 2 of the License;
118 */
129 #include "dccp.h"
1310 #include <linux/kernel.h>
....@@ -277,7 +274,7 @@
277274 /**
278275 * dccp_ackvec_clear_state - Perform house-keeping / garbage-collection
279276 * This routine is called when the peer acknowledges the receipt of Ack Vectors
280
- * up to and including @ackno. While based on on section A.3 of RFC 4340, here
277
+ * up to and including @ackno. While based on section A.3 of RFC 4340, here
281278 * are additional precautions to prevent corrupted buffer state. In particular,
282279 * we use tail_ackno to identify outdated records; it always marks the earliest
283280 * packet of group (2) in 11.4.2.