projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b81c47
)
qxl: cleanup s/__FUNCTION__/__func__/
author
Alon Levy
<alevy@redhat.com>
Wed, 25 Apr 2012 09:13:22 +0000
(12:13 +0300)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Thu, 3 May 2012 08:45:04 +0000
(10:45 +0200)
Signed-off-by: Alon Levy <alevy@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/qxl.c
patch
|
blob
|
history
diff --git
a/hw/qxl.c
b/hw/qxl.c
index 44a4c9ba17ca037f0f61f44d42d75a65642e793f..6e7232cee17616d3379563dc01126c3711d90362 100644
(file)
--- a/
hw/qxl.c
+++ b/
hw/qxl.c
@@
-1503,7
+1503,7
@@
static void qxl_send_events(PCIQXLDevice *d, uint32_t events)
qxl_update_irq(d);
} else {
if (write(d->pipe[1], d, 1) != 1) {
- dprint(d, 1, "%s: write to pipe failed\n", __
FUNCTION
__);
+ dprint(d, 1, "%s: write to pipe failed\n", __
func
__);
}
}
}