diff options
| author | Patrick McHardy <[email protected]> | 2005-08-10 03:50:53 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2005-08-29 22:56:08 +0000 |
| commit | 64ce207306debd7157f47282be94770407bec01c (patch) | |
| tree | b4004f01b2b0e935b95bcce9a78e60a9e9e17f65 /net/ipv6/tcp_ipv6.c | |
| parent | [DCCP]: Finish the TIMEWAIT minisock support (diff) | |
| download | kernel-64ce207306debd7157f47282be94770407bec01c.tar.gz kernel-64ce207306debd7157f47282be94770407bec01c.zip | |
[NET]: Make NETDEBUG pure printk wrappers
Signed-off-by: Patrick McHardy <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
| -rw-r--r-- | net/ipv6/tcp_ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 1c21ad66cfad..08c55b024704 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c @@ -1564,7 +1564,7 @@ static int tcp_v6_checksum_init(struct sk_buff *skb) if (!tcp_v6_check(skb->h.th,skb->len,&skb->nh.ipv6h->saddr, &skb->nh.ipv6h->daddr,skb->csum)) return 0; - LIMIT_NETDEBUG(printk(KERN_DEBUG "hw tcp v6 csum failed\n")); + LIMIT_NETDEBUG(KERN_DEBUG "hw tcp v6 csum failed\n"); } if (skb->len <= 76) { if (tcp_v6_check(skb->h.th,skb->len,&skb->nh.ipv6h->saddr, |
