From: Harvey Harrison Date: Wed, 29 Oct 2008 19:50:24 +0000 (-0700) Subject: net: replace %#p6 format specifier with %pi6 X-Git-Tag: v2.6.29-rc1~581^2~943 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b7a4274ca63dadd9c4f17fc953f3a5d19855c4c;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed