Home
last modified time | relevance | path

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

/linux/scripts/
A Dcheckpatch.pl3072 my $new_comment = $comment;
3077 $new_comment =~ s/^\((.*)\)$/$1/;
3078 $new_comment =~ s/^\[(.*)\]$/$1/;
3079 $new_comment =~ s/^[\s\#]+|\s+$//g;
3081 $new_comment = trim("$new_comment $cur_name") if ($cur_name ne $new_comment);
3082 $new_comment = " # $new_comment" if ($new_comment ne "");
3092 my $new_comment = $comment;
3096 $new_comment =~ s/^\[(.*)\]$/$1/;
3097 $new_comment =~ s/^\/\*(.*)\*\/$/$1/;
3099 $new_comment = trim($new_comment);
[all …]
/linux/security/tomoyo/
A Dcommon.c697 const struct tomoyo_path_info *new_comment in tomoyo_write_profile() local
701 if (!new_comment) in tomoyo_write_profile()
705 profile->comment = new_comment; in tomoyo_write_profile()

Completed in 16 milliseconds