]> git.karo-electronics.de Git - karo-tx-linux.git/commit
checkpatch: prefer __printf over __attribute__((format(printf,...)))
authorJoe Perches <joe@perches.com>
Thu, 8 Dec 2011 04:42:20 +0000 (15:42 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Dec 2011 06:43:19 +0000 (17:43 +1100)
commitdb96e7ff5da61fcb462380af0196f62452e15a2b
treeb0d9769d903f95155ea0b169c66aa780ed718ca6
parent993a976fc84244d7af9b0312685f725f73e78950
checkpatch: prefer __printf over __attribute__((format(printf,...)))

Add a warn for not using __printf.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
scripts/checkpatch.pl