mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
[NET]: Make NETDEBUG pure printk wrappers
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
64cf1e5d8b
commit
64ce207306
21 changed files with 75 additions and 89 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue