From: Harvey Harrison Date: Wed, 29 Oct 2008 19:49:58 +0000 (-0700) Subject: printk: add %I4, %I6, %i4, %i6 format specifiers X-Git-Tag: v2.6.29-rc1~581^2~944 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aa996066ffc0dba24036c961ee38dfdfbfc061c;p=pandora-kernel.git printk: add %I4, %I6, %i4, %i6 format specifiers For use in printing IPv4, or IPv6 addresses in the usual way: %i4 and %I4 are currently equivalent and print the address in dot-separated decimal x.x.x.x %I6 prints 16-bit network order hex with colon separators: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx %i6 omits the colons. Signed-off-by: Harvey Harrison Signed-off-by: David S. Miller --- Reading git-diff-tree failed