qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [COMMIT 660cfb6] Fix formatting


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 660cfb6] Fix formatting
Date: Fri, 28 Aug 2009 10:41:02 -0000

From: malc <address@hidden>

Signed-off-by: malc <address@hidden>

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;




reply via email to

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