diff options
Diffstat (limited to 'include/linux/hyperv.h')
| -rw-r--r-- | include/linux/hyperv.h | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index 3ac3974b3c78..2b00faf98017 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h @@ -348,7 +348,7 @@ struct vmtransfer_page_packet_header {  	u8  sender_owns_set;  	u8 reserved;  	u32 range_cnt; -	struct vmtransfer_page_range ranges[1]; +	struct vmtransfer_page_range ranges[];  } __packed;  struct vmgpadl_packet_header { @@ -665,8 +665,8 @@ struct vmbus_channel_initiate_contact {  		u64 interrupt_page;  		struct {  			u8	msg_sint; -			u8	padding1[3]; -			u32	padding2; +			u8	msg_vtl; +			u8	reserved[6];  		};  	};  	u64 monitor_page1;  |