commit | 4f64bcb2fc093a3a9d7d41220004491ce88e4dd3 | [log] [tgz] |
---|---|---|
author | Jonas Bonn <jonas@southpole.se> | Thu Nov 25 02:30:31 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 28 11:16:37 2010 -0800 |
tree | 5a6f8cd7b29004ec69104d2a56d55f3f8a3648df | |
parent | 8dac428ae9ae54d8e8540ac157d92925dd7ebed8 [diff] |
ethoc: fix function return type 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>