From 297b60346df8beafee954a0fd7c2d64f33f3b9bc Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 11 May 2024 01:44:05 +0000 Subject: [PATCH] rtl8211F_led_control --- kernel/include/linux/mlx4/qp.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/include/linux/mlx4/qp.h b/kernel/include/linux/mlx4/qp.h index 8e2828d..9db93e4 100644 --- a/kernel/include/linux/mlx4/qp.h +++ b/kernel/include/linux/mlx4/qp.h @@ -362,7 +362,7 @@ struct mlx4_wqe_lso_seg { __be32 mss_hdr_size; - __be32 header[0]; + __be32 header[]; }; enum mlx4_wqe_bind_seg_flags2 { -- Gitblit v1.6.2