]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/9p/error.c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[linux-2.6-omap-h63xx.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;
        }