Lines Matching full:maintainers
1374 them to the maintainer, see CHECKPATCH in MAINTAINERS.
1385 "COPYING", "CREDITS", "Kbuild", "MAINTAINERS", "Makefile",
2901 …"$realfile is marked as 'obsolete' in the MAINTAINERS hierarchy. No unnecessary modifications ple…
2910 if ($realfile !~ /^MAINTAINERS/) {
3023 # Check if MAINTAINERS is being updated. If so, there's probably no need to
3024 # emit the "does MAINTAINERS need updating?" message on file add/move/delete
3025 if ($line =~ /^\s*MAINTAINERS\s*\|/) {
3431 "added, moved or deleted file(s), does MAINTAINERS need updating?\n" . $herecurr);
3671 # check MAINTAINERS entries
3672 if ($realfile =~ /^MAINTAINERS$/) {
3673 # check MAINTAINERS entries for the right form
3677 "MAINTAINERS entries use one tab after TYPE:\n" . $herecurr) &&
3682 # check MAINTAINERS entries for the right ordering too
3696 "Unknown MAINTAINERS entry type: '$cur'\n" . $herecurr);
3700 "Misordered MAINTAINERS entry - list '$cur:' before '$prev:'\n" . $hereprev);
3705 "Misordered MAINTAINERS entry - list file patterns in alphabetic order\n" . $hereprev);