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

Commit 5d1d6e55 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "checkpatch: check vendor compatible with dashes"

parents 080f8b8e 0c08cdb5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2210,7 +2210,7 @@ sub process {
				my $vendor = $compat;
				my $vendor_path = $dt_path . "vendor-prefixes.txt";
				next if (! -f $vendor_path);
				$vendor =~ s/^([a-zA-Z0-9]+)\,.*/$1/;
				$vendor =~ s/^([a-zA-Z0-9\-]+)\,.*/$1/;
				`grep -Eq "$vendor" $vendor_path`;
				if ( $? >> 8 ) {
					WARN("UNDOCUMENTED_DT_STRING",