neighbour: Convert NEIGH_PRINTK to neigh_dbg
authorJoe Perches <joe@perches.com>
Mon, 15 Apr 2013 15:17:19 +0000 (15:17 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Apr 2013 20:34:08 +0000 (16:34 -0400)
commitd5d427cdaeae33752fbd5c674cc52a8f8e65a550
tree6de1eea4376eb223e3482caa82e83e8c16cf1a02
parent057dad6fcb89aa829bdf1f66b282a75defbf6761
neighbour: Convert NEIGH_PRINTK to neigh_dbg

Update debugging messages to a more current style.

Emit these debugging messages at KERN_DEBUG instead
of KERN_DEFAULT.

Add and use neigh_dbg(level, fmt, ...) macro
Add dynamic_debug capability via pr_debug
Convert embedded function names to "%s: ", __func__

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/neighbour.c