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-08-17 20:22:03 -07:00
2011-08-27 00:58:49 -07:00
2011-10-30 03:13:14 -04:00
2011-10-19 03:25:43 -04:00
2011-10-25 13:25:22 +02:00
2011-08-17 20:22:03 -07:00
2011-10-31 17:30:54 -07:00
2011-08-27 00:58:23 -07:00
2011-07-26 16:49:47 -07:00
2011-08-27 00:58:30 -07:00
2011-10-25 13:25:22 +02:00
2011-10-25 13:25:22 +02:00
2011-08-27 00:58:33 -07:00
2011-10-24 18:18:09 -04:00
2011-08-27 00:58:36 -07:00
2011-08-27 00:58:49 -07:00
2011-10-25 15:18:39 +02:00
2011-10-19 03:10:46 -04:00
2011-09-16 19:20:20 -04:00
2011-08-19 23:49:48 +02:00
2011-10-31 17:30:54 -07:00
2011-10-19 03:10:46 -04:00
2011-08-17 20:22:03 -07:00
2011-07-27 22:39:30 -07:00
2011-10-25 12:11:02 +02:00
2011-10-18 23:22:07 -04:00
2011-10-21 02:53:07 -04:00
2011-08-29 22:55:53 -04:00
2011-10-18 23:55:29 -04:00
2011-08-25 16:25:34 -07:00
2011-08-16 00:16:49 -07:00
2011-08-17 20:22:03 -07:00
2011-07-27 22:39:30 -07:00
2011-10-24 02:07:21 -04:00
2011-10-19 03:10:46 -04:00