netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ralf Baechle DL5RB <ralf@linux-mips.org>
To: Alexey Dobriyan <adobriyan@gmail.com>
Cc: linux-hams@vger.kernel.org, netdev@vger.kernel.org,
	Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Subject: Re: [PATCH] ax25: endian-annotate ax25_type_trans()
Date: Mon, 20 Jun 2005 11:31:35 +0100	[thread overview]
Message-ID: <20050620103135.GC6633@linux-mips.org> (raw)
In-Reply-To: <200506200026.04525.adobriyan@gmail.com>

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

  reply	other threads:[~2005-06-20 10:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-19 20:26 [PATCH] ax25: endian-annotate ax25_type_trans() Alexey Dobriyan
2005-06-20 10:31 ` Ralf Baechle DL5RB [this message]
2005-06-20 20:26   ` David S. Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050620103135.GC6633@linux-mips.org \
    --to=ralf@linux-mips.org \
    --cc=adobriyan@gmail.com \
    --cc=linux-hams@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=viro@parcelfarce.linux.theplanet.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).