[PATCH] net: sparx5: Fix return type of sparx5_port_xmit_impl

Jakub Kicinski kuba at kernel.org
Tue Sep 20 07:30:03 PDT 2022


On Mon, 12 Sep 2022 14:44:29 -0700 Nathan Huckleberry wrote:
> -int sparx5_port_xmit_impl(struct sk_buff *skb, struct net_device *dev)
> +netdev_tx_t sparx5_port_xmit_impl(struct sk_buff *skb, struct net_device *dev)

Similarly to mana this has a prototype.



More information about the linux-arm-kernel mailing list