Re: Kernel 2.6.0 small fixes

From: David S. Miller
Date: Thu Dec 18 2003 - 19:13:10 EST


On Thu, 18 Dec 2003 16:44:26 -0500
Alan Cox <alan@xxxxxxxxxx> wrote:

> - printk(KERN_ERR " cdsize = 0x%lx (expected 0x%lx)\n",
> + printk(KERN_ERR " cdsize = 0x%x (expected 0x%x)\n",

At least one of these wants size_t, so use %Zx or similar.
-
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/