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) */2 2 /* 3 3 * linux/can/skb.h 4 4 * .. .. @@ -34,7 +34,7 @@ 34 34 struct can_skb_priv { 35 35 int ifindex; 36 36 int skbcnt; 37 - struct can_frame cf[0];37 + struct can_frame cf[];38 38 }; 39 39 40 40 static inline struct can_skb_priv *can_skb_prv(struct sk_buff *skb)