git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e69069
)
GFS2: fs/gfs2/glock.h: Add __attribute__((format(printf,2,3)) to gfs2_print_dbg
author
Joe Perches
<joe@perches.com>
Wed, 10 Nov 2010 21:19:06 +0000
(13:19 -0800)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Tue, 30 Nov 2010 10:31:05 +0000
(10:31 +0000)
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 <joe@perches.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
No differences found