Replace __func__ with __FUNCTION__s

Andres Salomon dilinger at debian.unroutableorg
Wed Jan 3 03:36:24 EST 2007


Commit:     8485f7da25c9cf3ddde5ab2d3134e1b3c85f9aaf
Parent:     92df55fa9ff1c203a2dd5eb655f4d3001b42b3be
commit 8485f7da25c9cf3ddde5ab2d3134e1b3c85f9aaf
Author:     Andres Salomon <dilinger at debian.org>
AuthorDate: Wed Dec 27 13:16:06 2006 -0500
Commit:     Andres Salomon <dilinger at debian.org>
CommitDate: Wed Dec 27 13:16:06 2006 -0500

    Replace __func__ with __FUNCTION__s
    Signed-off-by: Andres Salomon <dilinger at debian.org>
---
 drivers/input/mouse/olpc.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/input/mouse/olpc.c b/drivers/input/mouse/olpc.c
index d249161..0ce3a61 100644
--- a/drivers/input/mouse/olpc.c
+++ b/drivers/input/mouse/olpc.c
@@ -99,7 +99,7 @@ static void olpc_process_packet_gspt(str
 
 	if (tpdebug) {
 		printk(KERN_DEBUG "%s %02x %02x %02x %02x %02x %02x\n",
-		       __func__, psmouse->packet[0], psmouse->packet[1],
+		       __FUNCTION__, psmouse->packet[0], psmouse->packet[1],
 		       psmouse->packet[2], psmouse->packet[3], psmouse->packet[4],
 		       psmouse->packet[5]);
 		printk(KERN_DEBUG "l=%d r=%d p=%d g=%d x=%d y=%d z=%d\n",
@@ -181,7 +181,7 @@ static psmouse_ret_t olpc_process_byte(s
 out:
 	if (ret != PSMOUSE_GOOD_DATA && ret != PSMOUSE_FULL_PACKET)
 		printk(KERN_DEBUG "%s: (%d) %02x %02x %02x %02x %02x %02x\n",
-		       __func__, psmouse->pktcnt, psmouse->packet[0],
+		       __FUNCTION__, psmouse->pktcnt, psmouse->packet[0],
 			   psmouse->packet[1], psmouse->packet[2],
 			   psmouse->packet[3], psmouse->packet[4],
 		       psmouse->packet[5]);


More information about the Commits-kernel mailing list