]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv4/tcp_input.c
net: replace remaining __FUNCTION__ occurrences
[net-next-2.6.git] / net / ipv4 / tcp_input.c
index c4679f343675dcf6bcfa1ef5f5c9445a3ac23fd0..9cf446427cc2635aff4fb362f7188b9fd44df482 100644 (file)
@@ -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;
        }