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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Dec 2021 08:30:55 +0000 (09:30 +0100)
commit337bb7bf7c31e7a4a883054775db169e20e3723b
treeda08bce07af71d6cfff289df08dce5e31b4d8b43
parent734a3f3106053ee41cecae2a995b3d4d0c246764
net: Fix double 0x prefix print in SKB dump

[ Upstream commit 8a03ef676ade55182f9b05115763aeda6dc08159 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/core/skbuff.c