diff options
author | Tonghao Zhang <xiangxia.m.yue@gmail.com> | 2018-05-11 12:53:10 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-05-11 23:08:44 +0300 |
commit | dbdc8a21759959af2c4a702cacbb94f9b1864e73 (patch) | |
tree | bcb79494317b637c277094d2ce8931572b7790ad /drivers/input | |
parent | d5db21a3e6977dcb42cee3d16cd69901fa66510a (diff) | |
download | linux-dbdc8a21759959af2c4a702cacbb94f9b1864e73.tar.xz |
bonding: replace the return value type
The method ndo_start_xmit is defined as returning a
netdev_tx_t, which is a typedef for an enum type,
but the implementation in this driver returns an int.
Signed-off-by: Tonghao Zhang <xiangxia.m.yue@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/input')
0 files changed, 0 insertions, 0 deletions