qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 01/12] Fix typo: buf -> bus


From: Hervé Poussineau
Subject: [Qemu-devel] [PATCH 01/12] Fix typo: buf -> bus
Date: Mon, 24 Oct 2011 21:52:38 +0200

Signed-off-by: Hervé Poussineau <address@hidden>
---
 hw/audiodev.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hw/audiodev.h b/hw/audiodev.h
index 8e930b2..d60c349 100644
--- a/hw/audiodev.h
+++ b/hw/audiodev.h
@@ -11,7 +11,7 @@ int Adlib_init(qemu_irq *pic);
 int GUS_init(qemu_irq *pic);
 
 /* ac97.c */
-int ac97_init(PCIBus *buf);
+int ac97_init(PCIBus *bus);
 
 /* cs4231a.c */
 int cs4231a_init(qemu_irq *pic);
-- 
1.7.6.3



reply via email to

[Prev in Thread] Current Thread [Next in Thread]