]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit02bfa2d217009f8a9260a1c0f8810ac963732c60
tree41100aa4d0e3f03840b999418e075e0792de9228
parenta0c70a9a51a5582236533cfd1170981426f2c3dc
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