Re: PATCH: fix some 32bit isms
From: David S. Miller (davem_at_redhat.com)
Date: 07/28/04
- Previous message: Karim Yaghmour: "Re: [patch] IRQ threads"
- In reply to: Alan Cox: "PATCH: fix some 32bit isms"
- Next in thread: Andrew Morton: "Re: PATCH: fix some 32bit isms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 28 Jul 2004 08:51:50 -0700 To: Alan Cox <alan@redhat.com>
On Wed, 28 Jul 2004 09:59:41 -0400
Alan Cox <alan@redhat.com> wrote:
> Fairly self explanatory. int is not size_t.
And size_t is not "%ld" either.
> - "failed (%d bytes)\n",
> + "failed (%ld bytes)\n",
Rather, it is either "%Zd" or "%zd". Please fix :-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Karim Yaghmour: "Re: [patch] IRQ threads"
- In reply to: Alan Cox: "PATCH: fix some 32bit isms"
- Next in thread: Andrew Morton: "Re: PATCH: fix some 32bit isms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|