[PATCH] hpfs: bring hpfs_error() into shape
authorAlexey Dobriyan <adobriyan@gmail.com>
Thu, 7 Dec 2006 04:37:04 +0000 (20:37 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Thu, 7 Dec 2006 16:39:35 +0000 (08:39 -0800)
commit352d94d040053d93bf1cf4acb4be9635e69d9200
tree85fd048b504dfc375bb9515f8d938353e168ce04
parent4a6e617a4bec9fb2ee4a16cf59565b2af5049e12
[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>
fs/hpfs/hpfs_fn.h
fs/hpfs/super.c