* [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
* Re: [PATCH] ax25: endian-annotate ax25_type_trans()
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
0 siblings, 1 reply; 3+ messages in thread
From: Ralf Baechle DL5RB @ 2005-06-20 10:31 UTC (permalink / raw)
To: Alexey Dobriyan; +Cc: linux-hams, netdev, Al Viro
On Mon, Jun 20, 2005 at 12:26:04AM +0400, Alexey Dobriyan wrote:
> Subject: [PATCH] ax25: endian-annotate ax25_type_trans()
> Date: Mon, 20 Jun 2005 00:26:04 +0400
> Cc: linux-hams@vger.kernel.org, netdev@vger.kernel.org,
> Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
> Content-Type: text/plain;
> charset="us-ascii"
Obviously correct, Dave would you apply this one?
Ralf
> 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;
73 de DL5RB op Ralf
--
Loc. JN47BS / CQ 14 / ITU 28 / DOK A21
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ax25: endian-annotate ax25_type_trans()
2005-06-20 10:31 ` Ralf Baechle DL5RB
@ 2005-06-20 20:26 ` David S. Miller
0 siblings, 0 replies; 3+ messages in thread
From: David S. Miller @ 2005-06-20 20:26 UTC (permalink / raw)
To: ralf; +Cc: adobriyan, linux-hams, netdev, viro
From: Ralf Baechle DL5RB <ralf@linux-mips.org>
Date: Mon, 20 Jun 2005 11:31:35 +0100
> Obviously correct, Dave would you apply this one?
Yep, I will.
^ 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).