include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...)
authorJoe Perches <joe@perches.com>
Fri, 23 Mar 2012 22:02:16 +0000 (15:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 Mar 2012 23:58:36 +0000 (16:58 -0700)
commit6061d949dd984c762ee272a88e77699fa675d1c8
tree2e19eecd34a716fc5ed9fa3f18a7db0a3edf6f5b
parent97e834c5040b85e133d8d922111a62b2b853a406
include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...)

It's equivalent to __printf, so prefer __scanf.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/compiler-gcc.h
include/linux/kernel.h
include/xen/xenbus.h
scripts/checkpatch.pl