git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f066e2b
)
vmxnet3: fix decimal printf format specifiers prefixed with 0x
author
Hans Wennborg
<hans@hanshq.net>
Wed, 6 Aug 2014 04:42:41 +0000
(21:42 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 6 Aug 2014 21:13:37 +0000
(14:13 -0700)
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>
drivers/net/vmxnet3/vmxnet3_drv.c
patch
|
blob
|
history
diff --cc
drivers/net/vmxnet3/vmxnet3_drv.c
Simple merge