projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a938d5
)
virtio-net: Fix a typo
author
Philippe Mathieu-Daudé
<philmd@redhat.com>
Mon, 21 Jan 2019 18:13:35 +0000
(19:13 +0100)
committer
Laurent Vivier
<laurent@vivier.eu>
Thu, 24 Jan 2019 12:34:20 +0000
(13:34 +0100)
Fixes: 2974e916df8
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>
include/hw/virtio/virtio-net.h
patch
|
blob
|
history
diff --git
a/include/hw/virtio/virtio-net.h
b/include/hw/virtio/virtio-net.h
index bd662752d2cc0947b19d05e34fa9777b71c36701..a1a0be3beaee028cd7b667abc36e5bdd474e02bb 100644
(file)
--- a/
include/hw/virtio/virtio-net.h
+++ b/
include/hw/virtio/virtio-net.h
@@
-94,7
+94,7
@@
typedef struct VirtioNetRscUnit {
uint16_t payload; /* pure payload without virtio/eth/ip/tcp */
} VirtioNetRscUnit;
-/* Coalesced segm
a
nt */
+/* Coalesced segm
e
nt */
typedef struct VirtioNetRscSeg {
QTAILQ_ENTRY(VirtioNetRscSeg) next;
void *buf;