Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzi...
[cascardo/linux.git] / arch / powerpc / math-emu / frsp.c
index d879b2a..724ccbc 100644 (file)
@@ -12,7 +12,7 @@ frsp(void *frD, void *frB)
        FP_DECL_D(B);
 
 #ifdef DEBUG
-       printk("%s: D %p, B %p\n", __FUNCTION__, frD, frB);
+       printk("%s: D %p, B %p\n", __func__, frD, frB);
 #endif
 
        __FP_UNPACK_D(B, frB);