Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c06a9ebd authored by Joe Perches's avatar Joe Perches Committed by Linus Torvalds
Browse files

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: default avatarIngo Molnar <mingo@kernel.org>
Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent e816b57a
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -1869,12 +1869,6 @@ sub process {
			    "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.
# Exceptions:
#  1) within comments