diff options
author | Roger Meier <roger@bufferoverflow.ch> | 2013-09-13 10:51:41 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-09-20 10:30:53 -0400 |
commit | a466e49bf3ab88e9645b35a48f9ca3b0b9283e76 (patch) | |
tree | f6577a118e22cad9e78dfe298e611d0901e6ace1 /tools | |
parent | bf209abed3ae6cf3b1eac7c5f360603bdc8bbb6b (diff) |
boards.cfg: show info about boards.cfg instead of MAINTAINERS
Signed-off-by: Roger Meier <roger@bufferoverflow.ch>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/checkpatch.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/checkpatch.pl b/tools/checkpatch.pl index 896e2bc985f..88c5bc77354 100755 --- a/tools/checkpatch.pl +++ b/tools/checkpatch.pl @@ -398,7 +398,7 @@ sub top_of_kernel_tree { my ($root) = @_; my @tree_check = ( - "COPYING", "CREDITS", "Kbuild", "MAINTAINERS", "Makefile", + "COPYING", "CREDITS", "Kbuild", "Makefile", "README", "Documentation", "arch", "include", "drivers", "fs", "init", "ipc", "kernel", "lib", "scripts", ); @@ -3701,7 +3701,7 @@ sub process { $vname has style problems, please review. If any of these errors are false positives, please report -them to the maintainer, see CHECKPATCH in MAINTAINERS. +them to the maintainer, see boards.cfg. EOM } |