Re: [PATCH] hw/net/e1000: Remove stray empty comment in header

2025-05-05 Thread Thomas Huth
On 04/05/2025 23.56, Gustavo Romero wrote: In the header file, remove a stray empty comment in the Offload Context Descriptor struct. Signed-off-by: Gustavo Romero --- hw/net/e1000x_regs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/net/e1000x_regs.h b/hw/net/e1000

[PATCH] hw/net/e1000: Remove stray empty comment in header

2025-05-04 Thread Gustavo Romero
In the header file, remove a stray empty comment in the Offload Context Descriptor struct. Signed-off-by: Gustavo Romero --- hw/net/e1000x_regs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/net/e1000x_regs.h b/hw/net/e1000x_regs.h index cd896fc0ca..e9a74de6f4 100644 --