summaryrefslogtreecommitdiffstats
path: root/kernel/rtmutex-debug.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-11-13 00:10:13 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2013-11-13 04:09:25 +0100
commit507e51418ca0c98640310aa02450720825b2b6b1 (patch)
treec31ed1d6e0fa1686ac3738aea997a82fc524bade /kernel/rtmutex-debug.h
parentcheckpatch.pl: check for the FSF mailing address (diff)
downloadlinux-507e51418ca0c98640310aa02450720825b2b6b1.tar.xz
linux-507e51418ca0c98640310aa02450720825b2b6b1.zip
checkpatch: improve "return is not a function" test
Find a few more cases where parentheses are used around the value of a return statement. This now uses the "$balanced_parens" test and also makes the test depend on perl v5.10 and higher. This now finds return with parenthesis uses the old code did not find like: ERROR: return is not a function, parentheses are not required #211: FILE: arch/m68k/include/asm/sun3xflop.h:211: + return ((error == 0) ? 0 : -1); Signed-off-by: Joe Perches <joe@perches.com> Tested-by: David Cohen <david.a.cohen@linux.intel.com> Acked-by: David Cohen <david.a.cohen@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/rtmutex-debug.h')
0 files changed, 0 insertions, 0 deletions