X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=net%2Fcore%2Fskbuff.c;h=0338820ee0ec67ce5b399b629984a0d05033e8c5;hb=d94211b8bad3787e0655a67284105f57db728cb1;hp=6f1e31f674a3b12902cf1e2cbcf98132177554ec;hpb=fdcec00405fae0befdd7bbcbe738b7325e5746fb;p=linux.git diff --git a/net/core/skbuff.c b/net/core/skbuff.c index 6f1e31f674a3..0338820ee0ec 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c @@ -762,7 +762,7 @@ void skb_dump(const char *level, const struct sk_buff *skb, bool full_pkt) printk("%sdev name=%s feat=0x%pNF\n", level, dev->name, &dev->features); if (sk) - printk("%ssk family=%hu type=%hu proto=%hu\n", + printk("%ssk family=%hu type=%u proto=%u\n", level, sk->sk_family, sk->sk_type, sk->sk_protocol); if (full_pkt && headroom)