netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ax25: endian-annotate ax25_type_trans()
@ 2005-06-19 20:26 Alexey Dobriyan
  2005-06-20 10:31 ` Ralf Baechle DL5RB
  0 siblings, 1 reply; 3+ messages in thread
From: Alexey Dobriyan @ 2005-06-19 20:26 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-hams, netdev, Al Viro

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>

Index: linux-sparse/include/net/ax25.h
===================================================================
--- linux-sparse.orig/include/net/ax25.h	2005-06-10 09:24:10.000000000 +0400
+++ linux-sparse/include/net/ax25.h	2005-06-10 15:03:30.000000000 +0400
@@ -220,7 +220,7 @@ static __inline__ void ax25_cb_put(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;

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-06-20 20:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-19 20:26 [PATCH] ax25: endian-annotate ax25_type_trans() Alexey Dobriyan
2005-06-20 10:31 ` Ralf Baechle DL5RB
2005-06-20 20:26   ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).