aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/math-emu/fabs.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/math-emu/fabs.c')
-rw-r--r--arch/powerpc/math-emu/fabs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/math-emu/fabs.c b/arch/powerpc/math-emu/fabs.c
index 41f0617f3d3..549baba5948 100644
--- a/arch/powerpc/math-emu/fabs.c
+++ b/arch/powerpc/math-emu/fabs.c
@@ -9,7 +9,7 @@ fabs(u32 *frD, u32 *frB)
frD[1] = frB[1];
#ifdef DEBUG
- printk("%s: D %p, B %p: ", __FUNCTION__, frD, frB);
+ printk("%s: D %p, B %p: ", __func__, frD, frB);
dump_double(frD);
printk("\n");
#endif