diff options
author | Gustavo Romero <gustavo.romero@linaro.org> | 2025-05-04 21:56:32 +0000 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2025-05-09 23:49:26 +0300 |
commit | 55b38d23454ffc8907897aed3fa75d3fc8d27333 (patch) | |
tree | 947701c32284b39bb6427c3daaecd20ff15f6588 | |
parent | 6b9ef6f9a8c5a8f53739579afa0b671573f69cd0 (diff) | |
download | qemu-55b38d23454ffc8907897aed3fa75d3fc8d27333.zip qemu-55b38d23454ffc8907897aed3fa75d3fc8d27333.tar.gz qemu-55b38d23454ffc8907897aed3fa75d3fc8d27333.tar.bz2 |
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>
-rw-r--r-- | hw/net/e1000x_regs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/net/e1000x_regs.h b/hw/net/e1000x_regs.h index cd896fc..e9a74de 100644 --- a/hw/net/e1000x_regs.h +++ b/hw/net/e1000x_regs.h @@ -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 { |