summary refs log tree commit diff
path: root/arch/powerpc/math-emu/fsqrts.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/math-emu/fsqrts.c')
-rw-r--r--arch/powerpc/math-emu/fsqrts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/math-emu/fsqrts.c b/arch/powerpc/math-emu/fsqrts.c
index 3b2b1cf55c12..335263e06ee5 100644
--- a/arch/powerpc/math-emu/fsqrts.c
+++ b/arch/powerpc/math-emu/fsqrts.c
@@ -14,7 +14,7 @@ fsqrts(void *frD, void *frB)
 	int ret = 0;
 
 #ifdef DEBUG
-	printk("%s: %p %p %p %p\n", __FUNCTION__, frD, frB);
+	printk("%s: %p %p %p %p\n", __func__, frD, frB);
 #endif
 
 	__FP_UNPACK_D(B, frB);