]> git.karo-electronics.de Git - karo-tx-linux.git/commit
vlan: change return type of vlan_proc_rem_dev
authorZhang Shengju <zhangshengju@cmss.chinamobile.com>
Thu, 18 Feb 2016 02:29:30 +0000 (02:29 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Feb 2016 03:06:28 +0000 (22:06 -0500)
commite4999f256cdde4f2cbb8fc26fd61819cf4d95cf7
tree4ad771f791829a1a5bad6e901aa9cc2207074d3d
parente014860e31e2a66b1a94088504360a6ebc023564
vlan: change return type of vlan_proc_rem_dev

Since function vlan_proc_rem_dev() will only return 0, it's better to
return void instead of int.

Signed-off-by: Zhang Shengju <zhangshengju@cmss.chinamobile.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/8021q/vlanproc.c
net/8021q/vlanproc.h