checkpatch: reduce false positives when checking void function return statements
authorJoe Perches <joe@perches.com>
Mon, 23 Jun 2014 20:22:07 +0000 (13:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 23 Jun 2014 23:47:44 +0000 (16:47 -0700)
commitb43ae21bd1d8199df10548f3fc0d806052027f29
tree41100aa4d0e3f03840b999418e075e0792de9228
parentf9af420fc8208d3add2fe3198dc5d8215f5a81ba
checkpatch: reduce false positives when checking void function return statements

The previous patch had a few too many false positives on styles that
should be acceptable.

Signed-off-by: Joe Perches <joe@perches.com>
Tested-by: Anish Bhatt <anish@chelsio.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl