Re: PATCH: fix some 32bit isms

From: David S. Miller
Date: Wed Jul 28 2004 - 11:02:54 EST


On Wed, 28 Jul 2004 09:59:41 -0400
Alan Cox <alan@xxxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/