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-17 15:34:53 -07:00
2011-10-19 13:55:43 -07:00
2011-10-26 15:39:02 +02:00
2011-10-19 13:55:44 -07:00
2011-10-23 10:15:02 +02:00
2011-10-26 15:39:02 +02:00
2011-10-05 13:47:47 -07:00
2011-10-17 15:34:53 -07:00
2011-10-17 15:34:53 -07:00
2011-10-17 15:34:53 -07:00
2011-10-17 15:34:53 -07:00
2011-10-17 15:34:53 -07:00
2011-10-17 15:34:53 -07:00
2011-10-17 15:34:53 -07:00
2011-10-23 10:15:02 +02:00
2011-10-11 09:58:58 -06:00
2011-09-06 16:02:00 -07:00
2011-10-11 09:58:58 -06:00
2011-09-26 17:31:56 -07:00
2011-10-17 15:36:30 -07:00
2011-10-17 15:36:30 -07:00
2011-10-17 15:36:30 -07:00
2011-10-17 15:36:30 -07:00
2011-10-17 15:36:30 -07:00
2011-10-17 15:36:30 -07:00
2011-10-11 09:58:58 -06:00
2011-10-11 09:58:58 -06:00
2011-10-17 15:34:53 -07:00
2011-10-11 09:58:58 -06:00
2011-10-19 13:55:43 -07:00
2011-09-26 17:31:53 -07:00
2011-09-26 17:31:53 -07:00
2011-10-19 13:55:43 -07:00
2011-09-26 17:31:53 -07:00
2011-09-26 17:31:53 -07:00
2011-09-26 17:31:53 -07:00
2011-09-16 20:32:00 +02:00
2010-11-09 15:46:32 -08:00
2011-09-26 17:31:52 -07:00
2011-10-31 17:30:54 -07:00