提交 d44517fd 编写于 作者: A Ajit Khaparde 提交者: David S. Miller

be2net: Fix the size of be_nic_res_desc structure

Size of be_nic_res_desc structure is incorrect. Fix it.
Signed-off-by: NAjit Khaparde <ajit.khaparde@emulex.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 b54881f9
......@@ -1791,7 +1791,7 @@ struct be_nic_res_desc {
u8 acpi_params;
u8 wol_param;
u16 rsvd7;
u32 rsvd8[3];
u32 rsvd8[7];
} __packed;
struct be_cmd_req_get_func_config {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册