commit | 352d94d040053d93bf1cf4acb4be9635e69d9200 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Wed Dec 06 20:37:04 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Thu Dec 07 08:39:35 2006 -0800 |
tree | 85fd048b504dfc375bb9515f8d938353e168ce04 | |
parent | 4a6e617a4bec9fb2ee4a16cf59565b2af5049e12 [diff] |
[PATCH] hpfs: bring hpfs_error() into shape - switch to error message buffer in .bss - missing va_end() (htf it worked before?) - use vsnprintf() - rename variables to understandable "fmt", "args". - "const char *fmt", yes. - add __attribute__((format ... Still, put that coffee down before reading more. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>