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
@@ -981,7 +981,7 @@ void sk_free(struct sock *sk)
|
||||
|
||||
if (atomic_read(&sk->sk_omem_alloc))
|
||||
printk(KERN_DEBUG "%s: optmem leakage (%d bytes) detected.\n",
|
||||
__FUNCTION__, atomic_read(&sk->sk_omem_alloc));
|
||||
__func__, atomic_read(&sk->sk_omem_alloc));
|
||||
|
||||
put_net(sk->sk_net);
|
||||
sk_prot_free(sk->sk_prot_creator, sk);
|
||||
|
Reference in New Issue
Block a user