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
|
@ -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…
Reference in New Issue