hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/s390/net/netiucv.c
....@@ -1260,15 +1260,8 @@
12601260 /**
12611261 * Start transmission of a packet.
12621262 * Called from generic network device layer.
1263
- *
1264
- * @param skb Pointer to buffer containing the packet.
1265
- * @param dev Pointer to interface struct.
1266
- *
1267
- * @return 0 if packet consumed, !0 if packet rejected.
1268
- * Note: If we return !0, then the packet is free'd by
1269
- * the generic network layer.
12701263 */
1271
-static int netiucv_tx(struct sk_buff *skb, struct net_device *dev)
1264
+static netdev_tx_t netiucv_tx(struct sk_buff *skb, struct net_device *dev)
12721265 {
12731266 struct netiucv_priv *privptr = netdev_priv(dev);
12741267 int rc;