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:
4aa9960
)
net: replace %#p6 format specifier with %pi6
author
Harvey Harrison
<harvey.harrison@gmail.com>
Wed, 29 Oct 2008 19:50:24 +0000
(12:50 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 29 Oct 2008 19:50:24 +0000
(12:50 -0700)
gcc warns when using the # modifier with the %p format specifier,
so we can't use this to omit the colons when needed, introduces
%pi6 instead.
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found