Searched refs:email (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/scripts/ |
H A D | get_maintainer.pl | 26 my $email = 1; 107 # rfc822 email address - preloaded methods go here. 241 'email!' => \$email, 314 $email = 0; 323 my $selections = $email + $scm + $status + $subsystem + $web; 325 die "$P: Missing required option: email, scm, status, subsystem or web\n"; 329 if ($email && 333 die "$P: Please select at least 1 email option\n"; 707 print("$x->{file}:$x->{linenr}: warning: section without email addres [all...] |
H A D | checkpatch.pl | 1477 my ($email) = @_; 1479 my ($email_name, $name_comment, $email_address, $comment) = parse_email($email); 3023 my $email = $4; 3044 "$ucfirst_sign_off $email"; 3052 "$ucfirst_sign_off $email"; 3061 "$ucfirst_sign_off $email"; 3065 my ($email_name, $name_comment, $email_address, $comment) = parse_email($email); 3069 "Unrecognized email address: '$email'\n" . $herecurr); 3074 # Don't force email t [all...] |
/kernel/linux/linux-5.10/scripts/ |
H A D | get_maintainer.pl | 26 my $email = 1; 107 # rfc822 email address - preloaded methods go here. 241 'email!' => \$email, 314 $email = 0; 323 my $selections = $email + $scm + $status + $subsystem + $web; 325 die "$P: Missing required option: email, scm, status, subsystem or web\n"; 329 if ($email && 333 die "$P: Please select at least 1 email option\n"; 707 print("$x->{file}:$x->{linenr}: warning: section without email addres [all...] |
H A D | checkpatch.pl | 1229 my ($email) = @_; 1231 my ($email_name, $name_comment, $email_address, $comment) = parse_email($email); 2759 my $email = $4; 2771 "$ucfirst_sign_off $email"; 2779 "$ucfirst_sign_off $email"; 2788 "$ucfirst_sign_off $email"; 2792 my ($email_name, $name_comment, $email_address, $comment) = parse_email($email); 2796 "Unrecognized email address: '$email'\n" . $herecurr); 2801 # Don't force email t [all...] |
/kernel/linux/linux-5.10/scripts/package/ |
H A D | mkdebian | 107 email=${DEBEMAIL-$EMAIL} 109 # use email string directly if it contains <email> 110 if echo $email | grep -q '<.*>'; then 111 maintainer=$email 116 if [ -z "$email" ]; then 118 email="$user@$buildhost" 120 maintainer="$name <$email>"
|
/kernel/linux/linux-6.6/scripts/package/ |
H A D | mkdebian | 128 email=${DEBEMAIL-$EMAIL} 130 # use email string directly if it contains <email> 131 if echo "${email}" | grep -q '<.*>'; then 132 maintainer=${email} 137 if [ -z "${email}" ]; then 139 email="${user}@${buildhost}" 141 maintainer="${name} <${email}>"
|
Completed in 8 milliseconds