ethoc: fix function return type
authorJonas Bonn <jonas@southpole.se>
Thu, 25 Nov 2010 02:30:31 +0000 (02:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 28 Nov 2010 19:16:37 +0000 (11:16 -0800)
update_ethoc_tx_stats doesn't need to return anything so make its return
type void in order to avoid an unnecessary cast when the function is called.

Signed-off-by: Jonas Bonn <jonas@southpole.se>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found