[prev in list] [next in list] [prev in thread] [next in thread] 

List:       qemu-commits
Subject:    [Qemu-commits] [COMMIT 660cfb6] Fix formatting
From:       Anthony Liguori <aliguori () us ! ibm ! com>
Date:       2009-08-28 10:41:02
Message-ID: 200908281041.n7SAf1RB000732 () d03av01 ! boulder ! ibm ! com
[Download RAW message or body]

From: malc <av1474@comtv.ru>

Signed-off-by: malc <av1474@comtv.ru>

diff --git a/hw/cs4231a.c b/hw/cs4231a.c
index d482e04..46c71eb 100644
--- a/hw/cs4231a.c
+++ b/hw/cs4231a.c
@@ -642,7 +642,7 @@ int cs4231a_init (qemu_irq *pic)
 
     s = qemu_mallocz (sizeof (*s));
 
-    s->pic = isa_reserve_irq(conf.irq);
+    s->pic = isa_reserve_irq (conf.irq);
     s->dma = conf.dma;
     s->port = conf.port;
 
diff --git a/hw/sb16.c b/hw/sb16.c
index 9f7680d..bc17d6f 100644
--- a/hw/sb16.c
+++ b/hw/sb16.c
@@ -1408,7 +1408,7 @@ int SB16_init (qemu_irq *pic)
     s = qemu_mallocz (sizeof (*s));
 
     s->cmd = -1;
-    s->pic = isa_reserve_irq(conf.irq);
+    s->pic = isa_reserve_irq (conf.irq);
     s->dma = conf.dma;
     s->hdma = conf.hdma;
     s->port = conf.port;



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic