* [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
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).