Skip to content
Snippets Groups Projects
Commit ec634fe3 authored by Patrick McHardy's avatar Patrick McHardy Committed by David S. Miller
Browse files

net: convert remaining non-symbolic return values in ndo_start_xmit() functions


This patch converts the remaining occurences of raw return values to their
symbolic counterparts in ndo_start_xmit() functions that were missed by the
previous automatic conversion.

Additionally code that assumed the symbolic value of NETDEV_TX_OK to be zero
is changed to explicitly use NETDEV_TX_OK.

Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a73e76e2
No related branches found
No related tags found
No related merge requests found
Showing
with 37 additions and 37 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment