hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/net/ethernet/sfc/ef100_tx.c
....@@ -333,7 +333,8 @@
333333 * Returns 0 on success, error code otherwise. In case of an error this
334334 * function will free the SKB.
335335 */
336
-int ef100_enqueue_skb(struct efx_tx_queue *tx_queue, struct sk_buff *skb)
336
+netdev_tx_t ef100_enqueue_skb(struct efx_tx_queue *tx_queue,
337
+ struct sk_buff *skb)
337338 {
338339 unsigned int old_insert_count = tx_queue->insert_count;
339340 struct efx_nic *efx = tx_queue->efx;