From: Harvey Harrison Date: Tue, 4 Nov 2008 01:09:55 +0000 (-0800) Subject: printk: ipv4 address digits printed in reverse order X-Git-Tag: v2.6.29-rc1~581^2~771 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9ac99855dcc0316ba2feee2b0d3e578f8315b75;p=pandora-kernel.git printk: ipv4 address digits printed in reverse order put_dec_trunc prints the digits in reverse order and is reversed inside number(). Continue using put_dec_trunc, but reverse each quad in ip4_addr_string. [Noticed by Julius Volz] Signed-off-by: Harvey Harrison Signed-off-by: David S. Miller --- Reading git-diff-tree failed