]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
hw/net/e1000: Remove stray empty comment in header
authorGustavo Romero <gustavo.romero@linaro.org>
Sun, 4 May 2025 21:56:32 +0000 (21:56 +0000)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 9 May 2025 20:49:26 +0000 (23:49 +0300)
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>
hw/net/e1000x_regs.h

index cd896fc0ca63c51a954ddace155d50738ca0ceb9..e9a74de6f423b76a79979894b6275b8a463899af 100644 (file)
@@ -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 {