commit | b43ae21bd1d8199df10548f3fc0d806052027f29 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Mon Jun 23 13:22:07 2014 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Jun 23 16:47:44 2014 -0700 |
tree | 41100aa4d0e3f03840b999418e075e0792de9228 | |
parent | f9af420fc8208d3add2fe3198dc5d8215f5a81ba [diff] |
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>