From patchwork Fri Sep 13 08:51:41 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roger Meier X-Patchwork-Id: 274695 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 5B4852C00E8 for ; Fri, 13 Sep 2013 19:09:15 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 290064A0A9; Fri, 13 Sep 2013 11:09:08 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CT5YJKDyu3+E; Fri, 13 Sep 2013 11:09:08 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5412D4A0AA; Fri, 13 Sep 2013 11:09:03 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CEA9E4A0AA for ; Fri, 13 Sep 2013 11:08:58 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fpI9FZao1hOS for ; Fri, 13 Sep 2013 11:08:53 +0200 (CEST) X-Greylist: delayed 1007 seconds by postgrey-1.27 at theia; Fri, 13 Sep 2013 11:08:47 CEST X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from popeye1.ggamaur.net (popeye1.ggamaur.net [213.160.40.50]) by theia.denx.de (Postfix) with ESMTPS id B98064A0A9 for ; Fri, 13 Sep 2013 11:08:47 +0200 (CEST) Received: from chaos.bufferoverflow.ch (c-93-184-16-179.customer.ggaweb.ch [93.184.16.179]) by popeye1.ggamaur.net (8.13.7/8.13.7/Submit) with ESMTP id r8D8pwBL005373 for ; Fri, 13 Sep 2013 10:52:00 +0200 (CEST) (envelope-from roger@bufferoverflow.ch) Received: by chaos.bufferoverflow.ch (Postfix, from userid 1000) id DCF6D281ED3; Fri, 13 Sep 2013 10:51:53 +0200 (CEST) From: Roger Meier To: u-boot@lists.denx.de Date: Fri, 13 Sep 2013 10:51:41 +0200 Message-Id: <1379062301-6313-1-git-send-email-roger@bufferoverflow.ch> X-Mailer: git-send-email 1.7.10.4 X-Scanned-By: MIMEDefang 2.64 on 213.160.40.60 Subject: [U-Boot] [PATCH] boards.cfg: show info about boards.cfg instead of MAINTAINERS X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Signed-off-by: Roger Meier --- tools/checkpatch.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }