From: Alexey Dobriyan <adobriyan@gmail.com>
To: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-hams@vger.kernel.org, netdev@vger.kernel.org,
Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Subject: [PATCH] ax25: endian-annotate ax25_type_trans()
Date: Mon, 20 Jun 2005 00:26:04 +0400 [thread overview]
Message-ID: <200506200026.04525.adobriyan@gmail.com> (raw)
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;
next reply other threads:[~2005-06-19 20:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-19 20:26 Alexey Dobriyan [this message]
2005-06-20 10:31 ` [PATCH] ax25: endian-annotate ax25_type_trans() Ralf Baechle DL5RB
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=200506200026.04525.adobriyan@gmail.com \
--to=adobriyan@gmail.com \
--cc=linux-hams@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=ralf@linux-mips.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.