mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 17:04:50 -04:00
be2net: Fix the size of be_nic_res_desc structure
Size of be_nic_res_desc structure is incorrect. Fix it. Signed-off-by: Ajit Khaparde <ajit.khaparde@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
b54881f994
commit
d44517fde6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user