Loading scripts/checkpatch.pl +4 −0 Original line number Diff line number Diff line Loading @@ -3246,6 +3246,10 @@ sub process { } elsif ($rawline =~ /^\+.*\b[a-z][\w\.\+\-]*:\/\/\S+/i) { $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 @@ -3246,6 +3246,10 @@ sub process { } elsif ($rawline =~ /^\+.*\b[a-z][\w\.\+\-]*:\/\/\S+/i) { $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