From: Hans Wennborg Date: Wed, 6 Aug 2014 04:42:41 +0000 (-0700) Subject: vmxnet3: fix decimal printf format specifiers prefixed with 0x X-Git-Tag: omap-for-v3.17/fixes-against-rc2~138^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b429468a6b4746e88abbf5649c9e592d7b3e355;p=pandora-kernel.git vmxnet3: fix decimal printf format specifiers prefixed with 0x The prefix suggests the number should be printed in hex, so use the %x specifier to do that. Found by using regex suggested by Joe Perches. Signed-off-by: Hans Wennborg Signed-off-by: David S. Miller --- Reading git-diff-tree failed