* [Qemu-trivial] [PATCH] e1000: Fix spelling (segmentaion -> segmentation) in debug output
@ 2012-04-18 5:28 Stefan Weil
2012-04-20 12:22 ` Stefan Hajnoczi
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Weil @ 2012-04-18 5:28 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Stefan Weil
This was reported by https://bugs.launchpad.net/qemu/+bug/984476.
I also changed the case for 'error'.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
hw/e1000.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hw/e1000.c b/hw/e1000.c
index 7babc0b..9c76462 100644
--- a/hw/e1000.c
+++ b/hw/e1000.c
@@ -481,7 +481,7 @@ process_tx_desc(E1000State *s, struct e1000_tx_desc *dp)
} while (split_size -= bytes);
} else if (!tp->tse && tp->cptse) {
// context descriptor TSE is not set, while data descriptor TSE is set
- DBGOUT(TXERR, "TCP segmentaion Error\n");
+ DBGOUT(TXERR, "TCP segmentation error\n");
} else {
split_size = MIN(sizeof(tp->data) - tp->size, split_size);
pci_dma_read(&s->dev, addr, tp->data + tp->size, split_size);
--
1.7.9
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-trivial] [PATCH] e1000: Fix spelling (segmentaion -> segmentation) in debug output
2012-04-18 5:28 [Qemu-trivial] [PATCH] e1000: Fix spelling (segmentaion -> segmentation) in debug output Stefan Weil
@ 2012-04-20 12:22 ` Stefan Hajnoczi
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Hajnoczi @ 2012-04-20 12:22 UTC (permalink / raw)
To: Stefan Weil; +Cc: qemu-trivial, qemu-devel
On Wed, Apr 18, 2012 at 07:28:34AM +0200, Stefan Weil wrote:
> This was reported by https://bugs.launchpad.net/qemu/+bug/984476.
>
> I also changed the case for 'error'.
>
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
> hw/e1000.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches
Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-20 12:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-18 5:28 [Qemu-trivial] [PATCH] e1000: Fix spelling (segmentaion -> segmentation) in debug output Stefan Weil
2012-04-20 12:22 ` Stefan Hajnoczi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).