From: David S. Miller Date: Mon, 29 Jun 2020 03:52:53 +0000 (-0700) Subject: Merge branch 'netdev_tx_t' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d8a6472f35946f50a6d3b5c5d595e5e2a90dc749;p=linux.git Merge branch 'netdev_tx_t' Luc Van Oostenryck says: ==================== net: always use netdev_tx_t for xmit()'s return type The ndo_start_xmit() methods should return a 'netdev_tx_t', not an int, and so should return NETDEV_TX_OK, not 0. The patches in the series fix most of the remaning drivers and subsystems (those included in allyesconfig on x86). ==================== Signed-off-by: David S. Miller --- d8a6472f35946f50a6d3b5c5d595e5e2a90dc749