hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/include/linux/can/skb.h
....@@ -1,4 +1,4 @@
1
-/* SPDX-License-Identifier: GPL-2.0 */
1
+/* SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) */
22 /*
33 * linux/can/skb.h
44 *
....@@ -34,7 +34,7 @@
3434 struct can_skb_priv {
3535 int ifindex;
3636 int skbcnt;
37
- struct can_frame cf[0];
37
+ struct can_frame cf[];
3838 };
3939
4040 static inline struct can_skb_priv *can_skb_prv(struct sk_buff *skb)