diff options
Diffstat (limited to 'net/ipv4/tcp_input.c')
-rw-r--r-- | net/ipv4/tcp_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index c4679f343675..9cf446427cc2 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c | |||
@@ -3561,7 +3561,7 @@ static void tcp_fin(struct sk_buff *skb, struct sock *sk, struct tcphdr *th) | |||
3561 | * cases we should never reach this piece of code. | 3561 | * cases we should never reach this piece of code. |
3562 | */ | 3562 | */ |
3563 | printk(KERN_ERR "%s: Impossible, sk->sk_state=%d\n", | 3563 | printk(KERN_ERR "%s: Impossible, sk->sk_state=%d\n", |
3564 | __FUNCTION__, sk->sk_state); | 3564 | __func__, sk->sk_state); |
3565 | break; | 3565 | break; |
3566 | } | 3566 | } |
3567 | 3567 | ||