mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
b9075fa968
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> |
||
---|---|---|
.. | ||
interface | ||
balloon.h | ||
events.h | ||
evtchn.h | ||
features.h | ||
gntalloc.h | ||
gntdev.h | ||
grant_table.h | ||
hvc-console.h | ||
hvm.h | ||
Kbuild | ||
page.h | ||
platform_pci.h | ||
privcmd.h | ||
swiotlb-xen.h | ||
tmem.h | ||
xen-ops.h | ||
xen.h | ||
xenbus.h | ||
xencomm.h |