vlan: correct the file path in vlan_dev_change_flags() comment
authorSun Lianwen <sunlw.fnst@cn.fujitsu.com>
Sat, 5 May 2018 01:08:18 +0000 (09:08 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 May 2018 03:37:30 +0000 (23:37 -0400)
commit84a2fba2cb5e90b3b6f6e72676d8e3918725d9e5
treedcd42ccc760a744d4362fa0ee5825e0ec00fa5e1
parent01adc4851a8090b46c7a5ed9cfc4b97e65abfbf4
vlan: correct the file path in vlan_dev_change_flags() comment

The vlan_flags enum is defined in include/uapi/linux/if_vlan.h file.
not in include/linux/if_vlan.h file.

Signed-off-by: Sun Lianwen <sunlw.fnst@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/8021q/vlan_dev.c