commit | 675418d5187785d3d996ca15fd700f5e02901cbc | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed May 16 19:28:38 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu May 17 05:00:04 2012 -0400 |
tree | 9771e8a4b13307051a7af653b68d4726956b962a | |
parent | f342cda7789381236a6c94926a9ca177a9098867 [diff] |
net: ipv6: ndisc: Neaten ND_PRINTx macros Why use several macros when one will do? Convert the multiple ND_PRINTKx macros to a single ND_PRINTK macro. Use the new net_<level>_ratelimited mechanism too. Add pr_fmt with "ICMPv6: " as prefix. Remove embedded ICMPv6 prefixes from messages. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>