Lines Matching refs:from
130 --typedefsfile Read additional types from this file
202 # Prevent --color by itself from consuming other arguments
266 #if no filenames are given, push '-' to read patch from stdin
350 print "Must be run from the top-level dir. of a kernel tree\n";
1029 # If input is git commits, extract all commits from the commit expressions.
1307 # Pick the indent from the front of the line.
2528 ($line =~ /^rename (?:from|to) \S+\s*$/ ||
2947 $line =~ /^rename (?:from|to) [\w\/\.\-]+\s*$/ ||
2988 $rawline =~ /^(?:commit\b|from\b|[\w-]+:)/i)) {
3118 "Do not include the paragraph about writing to the Free Software Foundation's mailing address from the sample GPL notice. The FSF has changed addresses in the past, and may do so again. Linux already includes a copy of the GPL.\n" . $herevet)
4254 my ($ident, $from, $to) = ($1, $2, $2);
4264 ## print "1: from<$from> to<$to> ident<$ident>\n";
4265 if ($from ne $to) {
4267 "\"(foo$from)\" should be \"(foo$to)\"\n" . $herecurr) &&
4271 $sub_to =~ s/\Q$from\E/$to/;
4279 my ($match, $from, $to, $ident) = ($1, $2, $2, $3);
4291 ## print "2: from<$from> to<$to> ident<$ident>\n";
4292 if ($from ne $to && $ident !~ /^$Modifier$/) {
4294 "\"foo${from}bar\" should be \"foo${to}bar\"\n" . $herecurr) &&
4299 $sub_to =~ s/\Q$from\E/$to/;
6934 # validate content of MODULE_LICENSE against list from include/linux/module.h