net: 802.1q: make vlan_hwaccel_do_receive() return void
authorChangli Gao <xiaosuo@gmail.com>
Mon, 23 Aug 2010 04:03:33 +0000 (21:03 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 Aug 2010 04:03:33 +0000 (21:03 -0700)
vlan_hwaccel_do_receive() always returns 0, so make it return void.

Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found