aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/math-emu/stfiwx.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/math-emu/stfiwx.c')
-rw-r--r--arch/powerpc/math-emu/stfiwx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/math-emu/stfiwx.c b/arch/powerpc/math-emu/stfiwx.c
index 95caaeec6a0..f15a35f67e2 100644
--- a/arch/powerpc/math-emu/stfiwx.c
+++ b/arch/powerpc/math-emu/stfiwx.c
@@ -6,7 +6,7 @@ int
stfiwx(u32 *frS, void *ea)
{
#ifdef DEBUG
- printk("%s: %p %p\n", __FUNCTION__, frS, ea);
+ printk("%s: %p %p\n", __func__, frS, ea);
#endif
if (copy_to_user(ea, &frS[1], sizeof(frS[1])))