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)
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>

No differences found