aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/math-emu/stfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/math-emu/stfd.c')
-rw-r--r--arch/powerpc/math-emu/stfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/math-emu/stfd.c b/arch/powerpc/math-emu/stfd.c
index 3f8c2558a9e..33a165c8df0 100644
--- a/arch/powerpc/math-emu/stfd.c
+++ b/arch/powerpc/math-emu/stfd.c
@@ -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