netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Zhu Yi <yi.zhu@intel.com>
To: Jiri Benc <jbenc@suse.cz>
Cc: NetDev <netdev@oss.sgi.com>, Jeff Garzik <jgarzik@pobox.com>,
	Jirka Bohac <jbohac@suse.cz>
Subject: Re: [3/9] ieee80211: fix ipw 64bit compilation warnings
Date: Mon, 06 Jun 2005 14:29:52 +0800	[thread overview]
Message-ID: <1118039392.5702.30.camel@debian.sh.intel.com> (raw)
In-Reply-To: <20050603183048.7786f98b@griffin.suse.cz>

On Fri, 2005-06-03 at 18:30 +0200, Jiri Benc wrote:
> @@ -508,7 +508,7 @@
>  		/* verify we have enough room to store the value */
>  		if (*len < sizeof(u32)) {
>  			IPW_DEBUG_ORD("ordinal buffer length too small, "
> -				      "need %d\n", sizeof(u32));
> +				      "need %d\n", (int)sizeof(u32));

("%zd", sizeof()) should be better.

Thanks,
-yi

  reply	other threads:[~2005-06-06  6:29 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-03 16:26 [0/9] ieee80211: Improvements to the layer Jiri Benc
2005-06-03 16:28 ` [1/9] ieee80211: remove pci.h #include's Jiri Benc
2005-06-03 16:29 ` [2/9] ieee80211: fix recursive ipw2200 dependencies Jiri Benc
2005-06-03 16:30 ` [3/9] ieee80211: fix ipw 64bit compilation warnings Jiri Benc
2005-06-06  6:29   ` Zhu Yi [this message]
2005-06-07 12:58     ` Jiri Benc
2005-06-03 16:31 ` [4/9] ieee80211: ieee80211_device alignment fix and cleanup Jiri Benc
2005-06-03 16:32 ` [5/9] ipw: fix after "ieee80211_device alignment fix" Jiri Benc
2005-06-03 16:34 ` [6/9] ieee80211: ethernet independency Jiri Benc
2005-06-04  5:45   ` Jouni Malinen
2005-06-03 16:35 ` [7/9] ipw: fix after "ieee80211: ethernet independency" Jiri Benc
2005-06-03 16:36 ` [8/9] ieee80211: add sequence numbers Jiri Benc
2005-06-03 16:37 ` [9/9] ieee80211: ETH_P_802_11 ethertype Jiri Benc

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=1118039392.5702.30.camel@debian.sh.intel.com \
    --to=yi.zhu@intel.com \
    --cc=jbenc@suse.cz \
    --cc=jbohac@suse.cz \
    --cc=jgarzik@pobox.com \
    --cc=netdev@oss.sgi.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).