mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
hw/net/e1000: Remove stray empty comment in header
In the header file, remove a stray empty comment in the Offload Context Descriptor struct. Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
6b9ef6f9a8
commit
55b38d2345
1 changed files with 1 additions and 1 deletions
|
@ -900,7 +900,7 @@ struct e1000_context_desc {
|
|||
uint16_t tucse; /* TCP checksum end */
|
||||
} tcp_fields;
|
||||
} upper_setup;
|
||||
uint32_t cmd_and_length; /* */
|
||||
uint32_t cmd_and_length;
|
||||
union {
|
||||
uint32_t data;
|
||||
struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue