Home
last modified time | relevance | path

Searched refs:new_comment (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/scripts/
Dcheckpatch.pl3079 my $new_comment = $comment;
3084 $new_comment =~ s/^\((.*)\)$/$1/;
3085 $new_comment =~ s/^\[(.*)\]$/$1/;
3086 $new_comment =~ s/^[\s\#]+|\s+$//g;
3088 $new_comment = trim("$new_comment $cur_name") if ($cur_name ne $new_comment);
3089 $new_comment = " # $new_comment" if ($new_comment ne "");
3090 my $new_email = "$email_address$new_comment";
3099 my $new_comment = $comment;
3103 $new_comment =~ s/^\[(.*)\]$/$1/;
3104 $new_comment =~ s/^\/\*(.*)\*\/$/$1/;
[all …]
/linux-6.1.9/security/tomoyo/
Dcommon.c688 const struct tomoyo_path_info *new_comment in tomoyo_write_profile() local
692 if (!new_comment) in tomoyo_write_profile()
696 profile->comment = new_comment; in tomoyo_write_profile()