* [Qemu-devel] [PATCH] mpc85xx_pci_map_irq: change "unknow" to "unknown".
@ 2011-04-08 22:06 Scott Wood
2011-04-09 0:00 ` Alexander Graf
2011-04-09 11:18 ` Stefan Hajnoczi
0 siblings, 2 replies; 3+ messages in thread
From: Scott Wood @ 2011-04-08 22:06 UTC (permalink / raw)
To: agraf; +Cc: qemu-devel
Signed-off-by: Scott Wood <scottwood@freescale.com>
---
hw/ppce500_pci.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hw/ppce500_pci.c b/hw/ppce500_pci.c
index 11edd03..2fc8792 100644
--- a/hw/ppce500_pci.c
+++ b/hw/ppce500_pci.c
@@ -198,7 +198,7 @@ static int mpc85xx_pci_map_irq(PCIDevice *pci_dev, int irq_num)
ret = (irq_num + devno - 0x10) % 4;
break;
default:
- printf("Error:%s:unknow dev number\n", __func__);
+ printf("Error:%s:unknown dev number\n", __func__);
}
pci_debug("%s: devfn %x irq %d -> %d devno:%x\n", __func__,
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] mpc85xx_pci_map_irq: change "unknow" to "unknown".
2011-04-08 22:06 [Qemu-devel] [PATCH] mpc85xx_pci_map_irq: change "unknow" to "unknown" Scott Wood
@ 2011-04-09 0:00 ` Alexander Graf
2011-04-09 11:18 ` Stefan Hajnoczi
1 sibling, 0 replies; 3+ messages in thread
From: Alexander Graf @ 2011-04-09 0:00 UTC (permalink / raw)
To: Scott Wood; +Cc: QEMU Developers, Stefan Hajnoczi
On 09.04.2011, at 00:06, Scott Wood wrote:
> Signed-off-by: Scott Wood <scottwood@freescale.com>
Definitely a trivial patch :).
Acked-by: Alexander Graf <agraf@suse.de>
Alex
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] mpc85xx_pci_map_irq: change "unknow" to "unknown".
2011-04-08 22:06 [Qemu-devel] [PATCH] mpc85xx_pci_map_irq: change "unknow" to "unknown" Scott Wood
2011-04-09 0:00 ` Alexander Graf
@ 2011-04-09 11:18 ` Stefan Hajnoczi
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2011-04-09 11:18 UTC (permalink / raw)
To: Scott Wood; +Cc: agraf, qemu-devel
Merged into the trivial patches tree:
git://repo.or.cz/qemu/stefanha.git trivial-patches
A pull request will be sent to merge this into qemu.git. For more
information, see http://wiki.qemu.org/Contribute/TrivialPatches.
Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-04-09 11:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-08 22:06 [Qemu-devel] [PATCH] mpc85xx_pci_map_irq: change "unknow" to "unknown" Scott Wood
2011-04-09 0:00 ` Alexander Graf
2011-04-09 11:18 ` 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).