commit | 8b429468a6b4746e88abbf5649c9e592d7b3e355 | [log] [tgz] |
---|---|---|
author | Hans Wennborg <hans@hanshq.net> | Tue Aug 05 21:42:41 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 06 14:13:37 2014 -0700 |
tree | 2bccbb71a8944f4dc15ce57326ed28b2d4c54c3e | |
parent | f066e2b091a50f0b76ade87250065d65996b93dd [diff] |
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 <hans@hanshq.net> Signed-off-by: David S. Miller <davem@davemloft.net>