diff options
Diffstat (limited to 'net/8021q/vlan.h')
-rw-r--r-- | net/8021q/vlan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/8021q/vlan.h b/net/8021q/vlan.h index 0cfdf77b497c..73efcc715ccb 100644 --- a/net/8021q/vlan.h +++ b/net/8021q/vlan.h | |||
@@ -20,7 +20,7 @@ extern unsigned short vlan_name_type; | |||
20 | * Must be invoked with rcu_read_lock (ie preempt disabled) | 20 | * Must be invoked with rcu_read_lock (ie preempt disabled) |
21 | * or with RTNL. | 21 | * or with RTNL. |
22 | */ | 22 | */ |
23 | struct net_device *__find_vlan_dev(struct net_device* real_dev, | 23 | struct net_device *__find_vlan_dev(struct net_device *real_dev, |
24 | unsigned short VID); /* vlan.c */ | 24 | unsigned short VID); /* vlan.c */ |
25 | 25 | ||
26 | /* found in vlan_dev.c */ | 26 | /* found in vlan_dev.c */ |