Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f852640e authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by David S. Miller
Browse files

[AX25]: endian-annotate ax25_type_trans()

parent dd87147e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -220,7 +220,7 @@ static __inline__ void ax25_cb_put(ax25_cb *ax25)
	}
}

static inline unsigned short ax25_type_trans(struct sk_buff *skb, struct net_device *dev)
static inline __be16 ax25_type_trans(struct sk_buff *skb, struct net_device *dev)
{
	skb->dev      = dev;
	skb->pkt_type = PACKET_HOST;