Re: [PATCH] cx88: fix printk arg. type

From: Gerd Knorr
Date: Wed Nov 17 2004 - 12:47:52 EST


> - dprintk(0, "ERROR: Firmware size mismatch (have %ld, expected %d)\n",
> + dprintk(0, "ERROR: Firmware size mismatch (have %Zd, expected %d)\n",

Thanks, merged to cvs. I like that 'Z'. Or is that just a linux-kernel
printk specific thingy? Or is this standardized somewhere? So I could
use that in userspace code as well maybe?

Gerd

--
#define printk(args...) fprintf(stderr, ## args)
-
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/