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

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

checkpatch: make --strict the default for drivers/staging files and patches



Making --strict the default for staging may help some people submit
patches without obvious defects.

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Cc: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 86406b1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2174,7 +2174,7 @@ sub process {
		}

		if ($found_file) {
			if ($realfile =~ m@^(drivers/net/|net/)@) {
			if ($realfile =~ m@^(?:drivers/net/|net/|drivers/staging/)@) {
				$check = 1;
			} else {
				$check = $check_orig;