From: Alon Levy Date: Wed, 25 Apr 2012 09:13:22 +0000 (+0300) Subject: qxl: cleanup s/__FUNCTION__/__func__/ X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=75fe0d7bf88cc5682de0b4d23e9d7b4ee5951fec;p=qemu.git qxl: cleanup s/__FUNCTION__/__func__/ Signed-off-by: Alon Levy Signed-off-by: Gerd Hoffmann --- diff --git a/hw/qxl.c b/hw/qxl.c index 44a4c9ba17..6e7232cee1 100644 --- 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__); } } }