Re: [PATCH] ROMFS: printk format warnings

2007-03-20 Thread David Howells
Acked-By: David Howells [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-fsdevel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] ROMFS: printk format warnings

2007-03-19 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] Field width and precision must be of type int. fs/romfs/super.c:513: warning: field width should have type 'int', but argument 2 has type 'size_t' fs/romfs/super.c:513: warning: field precision should have type 'int', but argument 3 has type 'size_t'