On Sat, 14 Mar 2026 11:56:49 +0000 Eric Dumazet wrote:
quoted hunk ↗ jump to hunk
--- a/net/ethernet/eth.c
+++ b/net/ethernet/eth.c
@@ -198,7 +198,8 @@ EXPORT_SYMBOL(eth_type_trans);
* @skb: packet to extract header from
* @haddr: destination buffer
*/
-int eth_header_parse(const struct sk_buff *skb, unsigned char *haddr)
+int eth_header_parse(const struct sk_buff *skb, const struct net_device *dev,
+ unsigned char *haddr)
{
This function has an (entirely pointless?) kdoc
You'll have to update or delete it
--
pw-bot: cr