Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/scripts/
H A Dcheckpatch.pl3110 my $new_comment = $comment;
3115 $new_comment =~ s/^\((.*)\)$/$1/;
3116 $new_comment =~ s/^\[(.*)\]$/$1/;
3117 $new_comment =~ s/^[\s\#]+|\s+$//g;
3119 $new_comment = trim("$new_comment $cur_name") if ($cur_name ne $new_comment);
3120 $new_comment = " # $new_comment" if ($new_comment n
[all...]
/kernel/linux/linux-5.10/security/tomoyo/
H 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()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcommon.c689 const struct tomoyo_path_info *new_comment in tomoyo_write_profile() local
693 if (!new_comment) in tomoyo_write_profile()
697 profile->comment = new_comment; in tomoyo_write_profile()

Completed in 10 milliseconds