commit | 551d57ff225b43f239808216468e962bcea2edb2 | [log] [tgz] |
---|---|---|
author | Hans Wennborg <hans@hanshq.net> | Tue Aug 05 21:41:36 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 06 14:41:10 2014 -0700 |
tree | 5dbc2b6b046a7ba257c19d4f941102b722a71683 | |
parent | 85417aef44fc58b08773117ceb1bc6ca5684e973 [diff] |
sparc: 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>