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

/linux-master/scripts/
H A Dcheckpatch.pl3111 my $new_comment = $comment;
3116 $new_comment =~ s/^\((.*)\)$/$1/;
3117 $new_comment =~ s/^\[(.*)\]$/$1/;
3118 $new_comment =~ s/^[\s\#]+|\s+$//g;
3120 $new_comment = trim("$new_comment $cur_name") if ($cur_name ne $new_comment);
3121 $new_comment = " # $new_comment" if ($new_comment n
[all...]
/linux-master/security/tomoyo/
H A Dcommon.c689 const struct tomoyo_path_info *new_comment local
693 if (!new_comment)
697 profile->comment = new_comment;

Completed in 149 milliseconds