net: ipv6: Standardize prefixes for message logging
authorJoe Perches <joe@perches.com>
Tue, 15 May 2012 14:11:53 +0000 (14:11 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 May 2012 05:01:03 +0000 (01:01 -0400)
Add #define pr_fmt(fmt) as appropriate.

Add "IPv6: " to appropriate files.

Convert printk(KERN_<LEVEL> to pr_<level> (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 <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found