mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
virtio-net: Fix a typo
Fixes: 2974e916df
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20190121181335.3326-1-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
7a938d53f5
commit
fbf7b20bde
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ typedef struct VirtioNetRscUnit {
|
|||
uint16_t payload; /* pure payload without virtio/eth/ip/tcp */
|
||||
} VirtioNetRscUnit;
|
||||
|
||||
/* Coalesced segmant */
|
||||
/* Coalesced segment */
|
||||
typedef struct VirtioNetRscSeg {
|
||||
QTAILQ_ENTRY(VirtioNetRscSeg) next;
|
||||
void *buf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue