From: Alexey Dobriyan Date: Thu, 7 Dec 2006 04:37:04 +0000 (-0800) Subject: [PATCH] hpfs: bring hpfs_error() into shape X-Git-Tag: v2.6.20-rc1~145^2^2~179 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=352d94d040053d93bf1cf4acb4be9635e69d9200;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed