qxl: cleanup s/__FUNCTION__/__func__/
Signed-off-by: Alon Levy <alevy@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
0b81c478cf
commit
75fe0d7bf8
2
hw/qxl.c
2
hw/qxl.c
@ -1503,7 +1503,7 @@ static void qxl_send_events(PCIQXLDevice *d, uint32_t events)
|
|||||||
qxl_update_irq(d);
|
qxl_update_irq(d);
|
||||||
} else {
|
} else {
|
||||||
if (write(d->pipe[1], d, 1) != 1) {
|
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__);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user