diff options
Diffstat (limited to 'net/8021q')
-rw-r--r-- | net/8021q/vlan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/8021q/vlan.c b/net/8021q/vlan.c index 032bf44eca5e..af2525569424 100644 --- a/net/8021q/vlan.c +++ b/net/8021q/vlan.c | |||
@@ -89,8 +89,8 @@ static int __init vlan_proto_init(void) | |||
89 | err = vlan_proc_init(); | 89 | err = vlan_proc_init(); |
90 | if (err < 0) { | 90 | if (err < 0) { |
91 | printk(KERN_ERR | 91 | printk(KERN_ERR |
92 | "%s %s: can't create entry in proc filesystem!\n", | 92 | "%s: can't create entry in proc filesystem!\n", |
93 | __FUNCTION__, VLAN_NAME); | 93 | __FUNCTION__); |
94 | return err; | 94 | return err; |
95 | } | 95 | } |
96 | 96 | ||