hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
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)