]> git.baikalelectronics.ru Git - kernel.git/commit
net: 8021q: Add pr_fmt
authorJoe Perches <joe@perches.com>
Thu, 26 May 2011 10:58:31 +0000 (10:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Jun 2011 21:04:39 +0000 (14:04 -0700)
commit612b440599cfe6da773f202cdf2e7136739efa5e
treea36a57beddf248af65dc2299f26f5e7c60da3296
parent6a8854c2c19a03a170cd4fa02812f003f7f738c4
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>
net/8021q/vlan.c
net/8021q/vlan_dev.c
net/8021q/vlanproc.c