Skip to content
Commit 4b7a4274 authored by Harvey Harrison's avatar Harvey Harrison Committed by David S. Miller
Browse files

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: default avatarHarvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4aa99606
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment