diff options
author | Joe Perches <joe@perches.com> | 2013-07-03 15:05:29 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-03 16:07:44 -0700 |
commit | 77b9a53a627491df83a75361440485629c35aa91 (patch) | |
tree | 8a3176a5cc00a3e8173e03b73b8459f21c8cdf3b /usr/Makefile | |
parent | c4a62ef9102bfa39f3bb89be2ae1ae11a23ebe28 (diff) | |
download | blackbird-obmc-linux-77b9a53a627491df83a75361440485629c35aa91.tar.gz blackbird-obmc-linux-77b9a53a627491df83a75361440485629c35aa91.zip |
checkpatch: don't warn on blank lines before/after braces as often
Check to make sure the blank lines aren't comment lines like:
bool foo(bool bar)
{
/* Don't warn on a leading comment */
return !bar;
/* Don't warn on a trailing comment either */
}
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'usr/Makefile')
0 files changed, 0 insertions, 0 deletions