hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
kernel/net/sched/em_canid.c
....@@ -1,10 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * em_canid.c Ematch rule to match CAN frames according to their CAN IDs
3
- *
4
- * This program is free software; you can distribute it and/or
5
- * modify it under the terms of the GNU General Public License
6
- * as published by the Free Software Foundation; either version
7
- * 2 of the License, or (at your option) any later version.
84 *
95 * Idea: Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
106 * Copyright: (c) 2011 Czech Technical University in Prague
....@@ -44,6 +40,7 @@
4440
4541 /**
4642 * em_canid_get_id() - Extracts Can ID out of the sk_buff structure.
43
+ * @skb: buffer to extract Can ID from
4744 */
4845 static canid_t em_canid_get_id(struct sk_buff *skb)
4946 {