]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit461a4863d98e7b166aedff2dee8bcd94e5c7f334
treedcd42ccc760a744d4362fa0ee5825e0ec00fa5e1
parent660eae22b6cce65efa4558afe06d2afc12392a17
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