diff mbox

[U-Boot] boards.cfg: show info about boards.cfg instead of MAINTAINERS

Message ID 1379062301-6313-1-git-send-email-roger@bufferoverflow.ch
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Roger Meier Sept. 13, 2013, 8:51 a.m. UTC
Signed-off-by: Roger Meier <roger@bufferoverflow.ch>
---
 tools/checkpatch.pl |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Tom Rini Sept. 21, 2013, 12:06 p.m. UTC | #1
On Fri, Sep 13, 2013 at 10:51:41AM +0200, Roger Meier wrote:

> Signed-off-by: Roger Meier <roger@bufferoverflow.ch>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/tools/checkpatch.pl b/tools/checkpatch.pl
index 896e2bc..88c5bc7 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
 	}