提交 c06a9ebd 编写于 作者: J Joe Perches 提交者: Linus Torvalds

checkpatch: revert --strict test for net/ and drivers/net block comment style

Revert the --strict test for the old preferred block
comment style in drivers/net and net/
Reported-by: NIngo Molnar <mingo@kernel.org>
Signed-off-by: NJoe Perches <joe@perches.com>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 e816b57a
...@@ -1869,12 +1869,6 @@ sub process { ...@@ -1869,12 +1869,6 @@ sub process {
"No space is necessary after a cast\n" . $hereprev); "No space is necessary after a cast\n" . $hereprev);
} }
if ($rawline =~ /^\+[ \t]*\/\*[ \t]*$/ &&
$prevrawline =~ /^\+[ \t]*$/) {
CHK("BLOCK_COMMENT_STYLE",
"Don't begin block comments with only a /* line, use /* comment...\n" . $hereprev);
}
# check for spaces at the beginning of a line. # check for spaces at the beginning of a line.
# Exceptions: # Exceptions:
# 1) within comments # 1) within comments
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部