aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authormalc <av1474@comtv.ru>2009-08-28 14:33:10 +0400
committermalc <av1474@comtv.ru>2009-08-28 14:34:27 +0400
commit660cfb6b7caf5eff5ec38b41be3c497e9931927b (patch)
tree939c0412e37b5698face1d8013b84a26bc17050e /hw
parentMerge commit 'linux-user/linux-user-for-upstream' into staging (diff)
downloadqemu-kvm-660cfb6b7caf5eff5ec38b41be3c497e9931927b.tar.gz
qemu-kvm-660cfb6b7caf5eff5ec38b41be3c497e9931927b.tar.bz2
qemu-kvm-660cfb6b7caf5eff5ec38b41be3c497e9931927b.zip
Fix formatting
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'hw')
-rw-r--r--hw/cs4231a.c2
-rw-r--r--hw/sb16.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/hw/cs4231a.c b/hw/cs4231a.c
index d482e04ac..46c71eb08 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 9f7680d40..bc17d6f06 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;