netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Harvey Harrison <harvey.harrison@gmail.com>
To: Changli Gao <xiaosuo@gmail.com>
Cc: "David S. Miller" <davem@davemloft.net>,
	Paul Mackerras <paulus@samba.org>,
	linux-ppp@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: [PATCH] net: ppp: use {get,put}_unaligned_be{16,32}
Date: Thu, 6 Jan 2011 11:07:56 -0800	[thread overview]
Message-ID: <AANLkTin+pgnTs67odj2qtrMD3AzgQ+Wv43a6NbBy6G8t@mail.gmail.com> (raw)
In-Reply-To: <1294306655-22033-1-git-send-email-xiaosuo@gmail.com>

On Thu, Jan 6, 2011 at 1:37 AM, Changli Gao <xiaosuo@gmail.com> wrote:
> Signed-off-by: Changli Gao <xiaosuo@gmail.com>
> ---
>  drivers/net/ppp_async.c   |   10 +++++-----
>  drivers/net/ppp_deflate.c |    9 ++++-----
>  drivers/net/ppp_generic.c |    9 ++++-----
>  drivers/net/ppp_mppe.c    |    7 +++----
>  drivers/net/ppp_synctty.c |    3 ++-
>  5 files changed, 18 insertions(+), 20 deletions(-)
> diff --git a/drivers/net/ppp_async.c b/drivers/net/ppp_async.c
> index 78d70a6..cbe1e13 100644
> --- a/drivers/net/ppp_async.c
> +++ b/drivers/net/ppp_async.c
> @@ -32,6 +32,7 @@
>  #include <linux/init.h>
>  #include <linux/jiffies.h>
>  #include <linux/slab.h>
> +#include <linux/unaligned/be_struct.h>

#include <asm/unaligned.h>

Same for the other occurances, otherwise looks OK.

Harvey

      reply	other threads:[~2011-01-06 19:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-06  9:37 [PATCH] net: ppp: use {get,put}_unaligned_be{16,32} Changli Gao
2011-01-06 19:07 ` Harvey Harrison [this message]

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=AANLkTin+pgnTs67odj2qtrMD3AzgQ+Wv43a6NbBy6G8t@mail.gmail.com \
    --to=harvey.harrison@gmail.com \
    --cc=davem@davemloft.net \
    --cc=linux-ppp@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=paulus@samba.org \
    --cc=xiaosuo@gmail.com \
    /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).