Joe Perches
b9075fa968
treewide: use __printf not __attribute__((format(printf,...)))
Standardize the style for compiler based printf format verification.
Standardized the location of __printf too.
Done via script and a little typing.
$ grep -rPl --include=*.[ch] -w "__attribute__" * | \
grep -vP "^(tools|scripts|include/linux/compiler-gcc.h)" | \
xargs perl -n -i -e 'local $/; while (<>) { s/\b__attribute__\s*\(\s*\(\s*format\s*\(\s*printf\s*,\s*(.+)\s*,\s*(.+)\s*\)\s*\)\s*\)/__printf($1, $2)/g ; print; }'
[akpm@linux-foundation.org: revert arch bits]
Signed-off-by: Joe Perches <joe@perches.com>
Cc: "Kirill A. Shutemov" <kirill@shutemov.name>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-10-31 17:30:54 -07:00
..
2011-10-24 11:13:12 -05:00
2011-10-30 04:43:30 -04:00
2011-10-19 03:10:46 -04:00
2011-10-30 03:05:07 -04:00
2011-10-24 18:18:09 -04:00
2011-10-24 18:18:09 -04:00
2011-10-25 19:22:23 -04:00
2011-10-25 16:10:17 -07:00
2011-10-30 04:43:30 -04:00
2011-10-27 00:44:35 -04:00
2011-10-27 00:44:35 -04:00
2011-10-30 04:12:36 -04:00
2011-10-26 15:11:09 +02:00
2011-10-24 18:18:09 -04:00
2011-10-25 15:18:39 +02:00
2011-10-25 13:25:22 +02:00
2011-10-31 17:30:54 -07:00
2011-10-18 23:22:07 -04:00
2011-10-31 17:30:54 -07:00
2011-10-24 18:40:14 -04:00
2011-10-27 00:44:35 -04:00
2011-10-31 17:30:54 -07:00
2011-10-17 19:31:40 -04:00
2011-10-19 03:10:46 -04:00