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)
commit4b7a4274ca63dadd9c4f17fc953f3a5d19855c4c
tree946d6cef596756a95afe0cea51f5c3c9be4c3353
parent4aa996066ffc0dba24036c961ee38dfdfbfc061c
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