hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/net/arcnet/capmode.c
....@@ -44,7 +44,7 @@
4444 {
4545 struct arcnet_local *lp = netdev_priv(dev);
4646 struct sk_buff *skb;
47
- struct archdr *pkt = pkthdr;
47
+ struct archdr *pkt;
4848 char *pktbuf, *pkthdrbuf;
4949 int ofs;
5050