projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
misc: replace remaining __FUNCTION__ with __func__
[linux-2.6.git]
/
arch
/
powerpc
/
include
/
asm
/
ptrace.h
diff --git
a/arch/powerpc/include/asm/ptrace.h
b/arch/powerpc/include/asm/ptrace.h
index
734e075
..
280a90c
100644
(file)
--- a/
arch/powerpc/include/asm/ptrace.h
+++ b/
arch/powerpc/include/asm/ptrace.h
@@
-129,7
+129,7
@@
extern int ptrace_put_reg(struct task_struct *task, int regno,
#define CHECK_FULL_REGS(regs) \
do { \
if ((regs)->trap & 1) \
- printk(KERN_CRIT "%s: partial register set\n", __FUNCTION__); \
+ printk(KERN_CRIT "%s: partial register set\n", __func__); \
} while (0)
#endif /* __powerpc64__ */