aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/math-emu/lfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/math-emu/lfs.c')
-rw-r--r--arch/powerpc/math-emu/lfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/math-emu/lfs.c b/arch/powerpc/math-emu/lfs.c
index c86dee3d765..6f18ebe3a7f 100644
--- a/arch/powerpc/math-emu/lfs.c
+++ b/arch/powerpc/math-emu/lfs.c
@@ -14,7 +14,7 @@ lfs(void *frD, void *ea)
float f;
#ifdef DEBUG
- printk("%s: D %p, ea %p\n", __FUNCTION__, frD, ea);
+ printk("%s: D %p, ea %p\n", __func__, frD, ea);
#endif
if (copy_from_user(&f, ea, sizeof(float)))