]> git.baikalelectronics.ru Git - kernel.git/commit
net: replace %#p6 format specifier with %pi6
authorHarvey Harrison <harvey.harrison@gmail.com>
Wed, 29 Oct 2008 19:50:24 +0000 (12:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Oct 2008 19:50:24 +0000 (12:50 -0700)
commit78e775560b4c1c2fb36f81ee0b7ca821715e537c
tree946d6cef596756a95afe0cea51f5c3c9be4c3353
parentcfdd898231de88b01d08a407a45389057dba4683
net: replace %#p6 format specifier with %pi6

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>
fs/cifs/cifs_spnego.c
net/ipv6/addrconf.c
net/ipv6/anycast.c
net/ipv6/ip6_flowlabel.c
net/ipv6/mcast.c
net/ipv6/route.c
net/sunrpc/xprtsock.c