mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
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:
parent
6387c4bed5
commit
0dc47877a3
84 changed files with 1008 additions and 1008 deletions
|
@ -3561,7 +3561,7 @@ static void tcp_fin(struct sk_buff *skb, struct sock *sk, struct tcphdr *th)
|
|||
* cases we should never reach this piece of code.
|
||||
*/
|
||||
printk(KERN_ERR "%s: Impossible, sk->sk_state=%d\n",
|
||||
__FUNCTION__, sk->sk_state);
|
||||
__func__, sk->sk_state);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue