diff options
| author | YueHaibing <[email protected]> | 2018-09-21 03:46:37 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2018-09-22 02:15:15 +0000 |
| commit | e6ce3822a9f264b3f24c1acdc624131fb014f2f0 (patch) | |
| tree | 53b0ea7fde6f99ee72ea409b16167bca1a67e219 /net/core/utils.c | |
| parent | net: i825xx: fix return type of ndo_start_xmit function (diff) | |
| download | kernel-e6ce3822a9f264b3f24c1acdc624131fb014f2f0.tar.gz kernel-e6ce3822a9f264b3f24c1acdc624131fb014f2f0.zip | |
net: apple: fix return type of ndo_start_xmit function
The method ndo_start_xmit() is defined as returning an 'netdev_tx_t',
which is a typedef for an enum type, so make sure the implementation in
this driver has returns 'netdev_tx_t' value, and change the function
return type to netdev_tx_t.
Found by coccinelle.
Signed-off-by: YueHaibing <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/core/utils.c')
0 files changed, 0 insertions, 0 deletions
