aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/math-emu/frsqrte.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/math-emu/frsqrte.c')
-rw-r--r--arch/powerpc/math-emu/frsqrte.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/math-emu/frsqrte.c b/arch/powerpc/math-emu/frsqrte.c
index a11ae182985..1d0a3a0fd0e 100644
--- a/arch/powerpc/math-emu/frsqrte.c
+++ b/arch/powerpc/math-emu/frsqrte.c
@@ -6,7 +6,7 @@ int
frsqrte(void *frD, void *frB)
{
#ifdef DEBUG
- printk("%s: %p %p\n", __FUNCTION__, frD, frB);
+ printk("%s: %p %p\n", __func__, frD, frB);
#endif
return 0;
}