summaryrefslogtreecommitdiffstats
path: root/fs/eventpoll.c
diff options
context:
space:
mode:
authorJoe Perches2013-11-13 00:10:15 +0100
committerLinus Torvalds2013-11-13 04:09:25 +0100
commit823b794ce176bcf135a062075737be71a78629dd (patch)
tree27ee885ad9d07e3421f04e846a3507b74ffe1fa7 /fs/eventpoll.c
parentcheckpatch: don't require kernel style __attribute__ shortcuts in uapi paths (diff)
downloadkernel-qcow2-linux-823b794ce176bcf135a062075737be71a78629dd.tar.gz
kernel-qcow2-linux-823b794ce176bcf135a062075737be71a78629dd.tar.xz
kernel-qcow2-linux-823b794ce176bcf135a062075737be71a78629dd.zip
checkpatch: add check for sscanf without return use
Naked use sscanf can be troublesome because the pointed to variables may not have been set. Add a warning when the sscanf return value is not used. For now, do not add __must_check to the sscanf prototype because that will cause a couple of hundred new warnings when compiling a kernel. 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>
Diffstat (limited to 'fs/eventpoll.c')
0 files changed, 0 insertions, 0 deletions