commit | afab2d2999e9c12cf319e1f19da9a0a754560d80 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Thu May 26 10:58:31 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 02 14:04:39 2011 -0700 |
tree | a36a57beddf248af65dc2299f26f5e7c60da3296 | |
parent | 8a07eb0a50aebc8c95478d49c28c7f8419a26cef [diff] |
net: 8021q: Add pr_fmt Use the current logging style. Add #define pr_fmt and remove embedded prefix from formats. Not converting the current pr_<level> uses to netdev_<level> because all the output here is nicely prefaced with "8021q: ". Remove __func__ use from proc registration failure message. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>