commit | d5d427cdaeae33752fbd5c674cc52a8f8e65a550 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Mon Apr 15 15:17:19 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 16 16:34:08 2013 -0400 |
tree | 6de1eea4376eb223e3482caa82e83e8c16cf1a02 | |
parent | 057dad6fcb89aa829bdf1f66b282a75defbf6761 [diff] |
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>