From: Gustavo Romero Date: Sun, 4 May 2025 21:56:32 +0000 (+0000) Subject: hw/net/e1000: Remove stray empty comment in header X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=55b38d23454ffc8907897aed3fa75d3fc8d27333;p=thirdparty%2Fqemu.git 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 Reviewed-by: Thomas Huth Reviewed-by: Michael Tokarev Signed-off-by: Michael Tokarev --- diff --git a/hw/net/e1000x_regs.h b/hw/net/e1000x_regs.h index cd896fc0ca..e9a74de6f4 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 {