Home
last modified time | relevance | path

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

/linux/scripts/
H A Dcheckpatch.pl3153 my $new_comment = $comment;
3158 $new_comment =~ s/^\((.*)\)$/$1/;
3159 $new_comment =~ s/^\[(.*)\]$/$1/;
3160 $new_comment =~ s/^[\s\#]+|\s+$//g;
3162 $new_comment = trim("$new_comment $cur_name") if ($cur_name ne $new_comment);
3163 $new_comment = " # $new_comment" if ($new_comment n
[all...]
/linux/security/tomoyo/
H A Dcommon.c693 const struct tomoyo_path_info *new_comment in tomoyo_write_profile() local
697 if (!new_comment) in tomoyo_write_profile()
701 profile->comment = new_comment; in tomoyo_write_profile()