diff options
author | Joe Perches <joe@perches.com> | 2012-12-18 01:01:59 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-18 02:15:19 +0100 |
commit | 0979ae66464bd9793c6701861bccb21f9f118a52 (patch) | |
tree | e2e7a6f513aba1c433dbad1ccbb24adb834ca406 /drivers/mtd | |
parent | checkpatch: extend line continuation test (diff) | |
download | linux-0979ae66464bd9793c6701861bccb21f9f118a52.tar.xz linux-0979ae66464bd9793c6701861bccb21f9f118a52.zip |
checkpatch: Add --strict messages for blank lines around braces
Blank lines around braces are not unnecessary. Emit a message on the use
of these blank lines only when using --strict.
int foo(int bar)
{
something or other....
}
is generally written in the kernel as:
int foo(int bar)
{
something or other...
}
Signed-off-by: Joe Perches <joe@perches.com>
Cc: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/mtd')
0 files changed, 0 insertions, 0 deletions