net: replace remaining __FUNCTION__ occurrences
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
6387c4bed5
commit
0dc47877a3
@@ -60,7 +60,7 @@ MODULE_LICENSE("GPL");
|
||||
#define IPV6_TLV_TEL_DST_SIZE 8
|
||||
|
||||
#ifdef IP6_TNL_DEBUG
|
||||
#define IP6_TNL_TRACE(x...) printk(KERN_DEBUG "%s:" x "\n", __FUNCTION__)
|
||||
#define IP6_TNL_TRACE(x...) printk(KERN_DEBUG "%s:" x "\n", __func__)
|
||||
#else
|
||||
#define IP6_TNL_TRACE(x...) do {;} while(0)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user