From: James Chapman <jchapman@katalix.com>
To: akpm@linux-foundation.org
Cc: davem@davemloft.net, jeff@garzik.org, netdev@vger.kernel.org
Subject: Re: [patch 7/7] pppol2tp: fix printk warnings
Date: Fri, 08 Feb 2008 15:40:52 +0000 [thread overview]
Message-ID: <47AC7804.2040001@katalix.com> (raw)
In-Reply-To: <200802081120.m18BK9QQ021642@imap1.linux-foundation.org>
akpm@linux-foundation.org wrote:
> From: Andrew Morton <akpm@linux-foundation.org>
>
> drivers/net/pppol2tp.c: In function `pppol2tp_seq_tunnel_show':
> drivers/net/pppol2tp.c:2295: warning: long long unsigned int format, __u64 arg (arg 4)
> drivers/net/pppol2tp.c:2295: warning: long long unsigned int format, __u64 arg (arg 5)
> drivers/net/pppol2tp.c:2295: warning: long long unsigned int format, __u64 arg (arg 6)
> drivers/net/pppol2tp.c:2295: warning: long long unsigned int format, __u64 arg (arg 7)
> drivers/net/pppol2tp.c:2295: warning: long long unsigned int format, __u64 arg (arg 8)
> drivers/net/pppol2tp.c:2295: warning: long long unsigned int format, __u64 arg (arg 9)
> drivers/net/pppol2tp.c: In function `pppol2tp_seq_session_show':
> drivers/net/pppol2tp.c:2328: warning: long long unsigned int format, __u64 arg (arg 5)
> drivers/net/pppol2tp.c:2328: warning: long long unsigned int format, __u64 arg (arg 6)
> drivers/net/pppol2tp.c:2328: warning: long long unsigned int format, __u64 arg (arg 7)
> drivers/net/pppol2tp.c:2328: warning: long long unsigned int format, __u64 arg (arg 8)
> drivers/net/pppol2tp.c:2328: warning: long long unsigned int format, __u64 arg (arg 9)
> drivers/net/pppol2tp.c:2328: warning: long long unsigned int format, __u64 arg (arg 10)
>
> Not all platforms implement u64 with unsigned long long. eg: powerpc.
>
> Cc: Jeff Garzik <jeff@garzik.org>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: James Chapman <jchapman@katalix.com>
--
James Chapman
Katalix Systems Ltd
http://www.katalix.com
Catalysts for your Embedded Linux software development
next prev parent reply other threads:[~2008-02-08 15:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-08 11:11 [patch 7/7] pppol2tp: fix printk warnings akpm
2008-02-08 15:40 ` James Chapman [this message]
2008-02-10 7:18 ` David 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=47AC7804.2040001@katalix.com \
--to=jchapman@katalix.com \
--cc=akpm@linux-foundation.org \
--cc=davem@davemloft.net \
--cc=jeff@garzik.org \
--cc=netdev@vger.kernel.org \
/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.