Loading scripts/checkpatch.pl +4 −0 Original line number Diff line number Diff line Loading @@ -3043,6 +3043,10 @@ sub process { } elsif ($line =~ /^\+.*\bEFI_GUID\s*\(/) { $msg_type = ""; # Long copyright statements are another special case } elsif ($rawline =~ /^\+.\*.*copyright.*\(c\).*$/i) { $msg_type = ""; # Otherwise set the alternate message types # a comment starts before $max_line_length Loading Loading
scripts/checkpatch.pl +4 −0 Original line number Diff line number Diff line Loading @@ -3043,6 +3043,10 @@ sub process { } elsif ($line =~ /^\+.*\bEFI_GUID\s*\(/) { $msg_type = ""; # Long copyright statements are another special case } elsif ($rawline =~ /^\+.\*.*copyright.*\(c\).*$/i) { $msg_type = ""; # Otherwise set the alternate message types # a comment starts before $max_line_length Loading