commit | 6061d949dd984c762ee272a88e77699fa675d1c8 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Fri Mar 23 15:02:16 2012 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Mar 23 16:58:36 2012 -0700 |
tree | 2e19eecd34a716fc5ed9fa3f18a7db0a3edf6f5b | |
parent | 97e834c5040b85e133d8d922111a62b2b853a406 [diff] |
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>