Loading scripts/checkpatch.pl +1 −1 Original line number Diff line number Diff line Loading @@ -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", Loading Loading
scripts/checkpatch.pl +1 −1 Original line number Diff line number Diff line Loading @@ -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", Loading