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
@@ -1060,7 +1060,7 @@ static int inet_sk_reselect_saddr(struct sock *sk)
|
||||
if (sysctl_ip_dynaddr > 1) {
|
||||
printk(KERN_INFO "%s(): shifting inet->"
|
||||
"saddr from %d.%d.%d.%d to %d.%d.%d.%d\n",
|
||||
__FUNCTION__,
|
||||
__func__,
|
||||
NIPQUAD(old_saddr),
|
||||
NIPQUAD(new_saddr));
|
||||
}
|
||||
|
Reference in New Issue
Block a user