* [Qemu-devel] [PATCH] fmopl: Fix typo in function name
@ 2012-02-07 21:26 Stefan Weil
2012-02-09 8:47 ` Stefan Hajnoczi
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Weil @ 2012-02-07 21:26 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Stefan Weil
Fix a typo in a local function name.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
hw/fmopl.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/fmopl.c b/hw/fmopl.c
index 734d2f4..f0a0234 100644
--- a/hw/fmopl.c
+++ b/hw/fmopl.c
@@ -733,7 +733,7 @@ INLINE void CSMKeyControll(OPL_CH *CH)
}
/* ---------- opl initialize ---------- */
-static void OPL_initalize(FM_OPL *OPL)
+static void OPL_initialize(FM_OPL *OPL)
{
int fn;
@@ -1239,7 +1239,7 @@ FM_OPL *OPLCreate(int type, int clock, int rate)
OPL->rate = rate;
OPL->max_ch = max_ch;
/* init grobal tables */
- OPL_initalize(OPL);
+ OPL_initialize(OPL);
/* reset chip */
OPLResetChip(OPL);
#ifdef OPL_OUTPUT_LOG
--
1.7.8.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] fmopl: Fix typo in function name
2012-02-07 21:26 [Qemu-devel] [PATCH] fmopl: Fix typo in function name Stefan Weil
@ 2012-02-09 8:47 ` Stefan Hajnoczi
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Hajnoczi @ 2012-02-09 8:47 UTC (permalink / raw)
To: Stefan Weil; +Cc: qemu-trivial, qemu-devel
On Tue, Feb 07, 2012 at 10:26:29PM +0100, Stefan Weil wrote:
> Fix a typo in a local function name.
>
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
> hw/fmopl.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 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-02-09 9:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-07 21:26 [Qemu-devel] [PATCH] fmopl: Fix typo in function name Stefan Weil
2012-02-09 8:47 ` 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).