]> git.dujemihanovic.xyz Git - linux.git/commit
net: Fix double 0x prefix print in SKB dump
authorGal Pressman <gal@nvidia.com>
Thu, 16 Dec 2021 09:28:25 +0000 (11:28 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Dec 2021 11:08:15 +0000 (11:08 +0000)
commit8a03ef676ade55182f9b05115763aeda6dc08159
treebd3bf389e94c9784ca5e57b2b6d9572783e77e9f
parent053c9e18c6f9cf82242ef35ac21cae1842725714
net: Fix double 0x prefix print in SKB dump

When printing netdev features %pNF already takes care of the 0x prefix,
remove the explicit one.

Fixes: 6413139dfc64 ("skbuff: increase verbosity when dumping skb data")
Signed-off-by: Gal Pressman <gal@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c