]> Git Repo - qemu.git/commitdiff
qxl: cleanup s/__FUNCTION__/__func__/
authorAlon Levy <[email protected]>
Wed, 25 Apr 2012 09:13:22 +0000 (12:13 +0300)
committerGerd Hoffmann <[email protected]>
Thu, 3 May 2012 08:45:04 +0000 (10:45 +0200)
Signed-off-by: Alon Levy <[email protected]>
Signed-off-by: Gerd Hoffmann <[email protected]>
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__);
         }
     }
 }
This page took 0.027376 seconds and 4 git commands to generate.