[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PULL 4/5] virtio-net: Fix a typo
From: |
Laurent Vivier |
Subject: |
[Qemu-ppc] [PULL 4/5] virtio-net: Fix a typo |
Date: |
Thu, 24 Jan 2019 13:49:05 +0100 |
From: Philippe Mathieu-Daudé <address@hidden>
Fixes: 2974e916df8
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>
---
include/hw/virtio/virtio-net.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/hw/virtio/virtio-net.h b/include/hw/virtio/virtio-net.h
index bd662752d2..a1a0be3bea 100644
--- 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 segmant */
+/* Coalesced segment */
typedef struct VirtioNetRscSeg {
QTAILQ_ENTRY(VirtioNetRscSeg) next;
void *buf;
--
2.20.1
- [Qemu-ppc] [PULL 0/5] Trivial patches patches, Laurent Vivier, 2019/01/24
- [Qemu-ppc] [PULL 4/5] virtio-net: Fix a typo,
Laurent Vivier <=
- [Qemu-ppc] [PULL 1/5] MAINTAINERS: Fix utf-8 mangling, Laurent Vivier, 2019/01/24
- [Qemu-ppc] [PULL 5/5] hw/i386/pc.c: fix one typo in function name, Laurent Vivier, 2019/01/24
- [Qemu-ppc] [PULL 2/5] contrib/gitdm: Fix a typo, Laurent Vivier, 2019/01/24
- [Qemu-ppc] [PULL 3/5] ppc: e6500 registers SPR 604 twice, Laurent Vivier, 2019/01/24
- Re: [Qemu-ppc] [Qemu-devel] [PULL 0/5] Trivial patches patches, Peter Maydell, 2019/01/25