From: Joe Perches Date: Tue, 28 Jan 2014 01:07:18 +0000 (-0800) Subject: checkpatch.pl: check for function declarations without arguments X-Git-Tag: v3.14-rc1~79^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b36190c5f85724da1871bfb8eddbeb77a45c4952;p=pandora-kernel.git checkpatch.pl: check for function declarations without arguments Functions like this one are evil: void foo() { ... } Because these functions allow variadic arguments without checking the arguments at all. Original patch by Richard Weinberger. Signed-off-by: Joe Perches Cc: Richard Weinberger Cc: Borislav Petkov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed