net: replace remaining __FUNCTION__ occurrences
[deliverable/linux.git] / net / 9p / error.c
index ab2458b6c9033cbf7ba713d31a39046c4764fa6e..64104b9cb422421ee518cfb8371d9e5c8f658483 100644 (file)
@@ -230,7 +230,7 @@ int p9_errstr2errno(char *errstr, int len)
        if (errno == 0) {
                /* TODO: if error isn't found, add it dynamically */
                errstr[len] = 0;
-               printk(KERN_ERR "%s: errstr :%s: not found\n", __FUNCTION__,
+               printk(KERN_ERR "%s: errstr :%s: not found\n", __func__,
                       errstr);
                errno = 1;
        }
This page took 0.046094 seconds and 5 git commands to generate.