From: Joe Perches Date: Wed, 10 Nov 2010 21:19:06 +0000 (-0800) Subject: GFS2: fs/gfs2/glock.h: Add __attribute__((format(printf,2,3)) to gfs2_print_dbg X-Git-Tag: v2.6.38-rc1~493^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edc221d00bd5c6da0e5c67701f3782b72796619f;p=pandora-kernel.git GFS2: fs/gfs2/glock.h: Add __attribute__((format(printf,2,3)) to gfs2_print_dbg Functions that use printf formatting, especially those that use %pV, should have their uses of printf format and arguments checked by the compiler. Signed-off-by: Joe Perches Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed