From: Joe Perches Date: Tue, 15 May 2012 14:11:53 +0000 (+0000) Subject: net: ipv6: Standardize prefixes for message logging X-Git-Tag: v3.5-rc1~109^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f32138319ca6541e65f95f8e17c9cc88ac1baf94;p=pandora-kernel.git net: ipv6: Standardize prefixes for message logging Add #define pr_fmt(fmt) as appropriate. Add "IPv6: " to appropriate files. Convert printk(KERN_ to pr_ (but not KERN_DEBUG). Standardize on "%s: " not "%s(): " when emitting __func__. Use "%s: ", __func__ instead of embedding function name. Coalesce formats, align arguments. ADDRCONF output is now prefixed with "IPv6: " Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- Reading git-diff-tree failed