misc: replace __FUNCTION__ with __func__
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
d5c003b4d1
commit
80a914dc05
@@ -48,7 +48,7 @@ early_param("bootmem_debug", bootmem_debug_setup);
|
||||
if (unlikely(bootmem_debug)) \
|
||||
printk(KERN_INFO \
|
||||
"bootmem::%s " fmt, \
|
||||
__FUNCTION__, ## args); \
|
||||
__func__, ## args); \
|
||||
})
|
||||
|
||||
static unsigned long __init bootmap_bytes(unsigned long pages)
|
||||
|
Reference in New Issue
Block a user