Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney...
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / powerpc / math-emu / stfd.c
index 3f8c255..33a165c 100644 (file)
@@ -7,7 +7,7 @@ stfd(void *frS, void *ea)
 {
 #if 0
 #ifdef DEBUG
-       printk("%s: S %p, ea %p: ", __FUNCTION__, frS, ea);
+       printk("%s: S %p, ea %p: ", __func__, frS, ea);
        dump_double(frS);
        printk("\n");
 #endif