From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 633589222 for ; Fri, 30 Oct 2015 17:24:41 +0100 (CET) Received: by wmff134 with SMTP id f134so15632916wmf.1 for ; Fri, 30 Oct 2015 09:24:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=SMNO5xH/jCtpGKImfSpVI5p88B3xKGs2CF+b53p7Rgo=; b=vHyLDu7r5K7TmEXjFqgSNrgahQY5Im1vd5Qqr1ShgRyOFrd+Z6nw1JoJJdoCxICIuo cRCjWiw+qaJwS9UgYJkWnnBAfVbVx94xYAP7RU+1mNE869YHLrH5ruhAQUVlMqn+TyfT 8LaCEgFe103sZLFeKX6DdPi+Ii3kBeODf7RCmeOEA4K+xFZrv2VMdF+Z320Nk8PHWA1X m6IBVu6PcEC0H19qeQe80fO0ChHdvOFuOC4702pAB2i/FWXvisUlRTQaIgineGQc6cTb INHTmPZFs8aUDZmK3MJ/dC7Tnq8GT7QG1tuF5KKJyCb6GxIVys6+m8uh8+qfb9P+YYNL aixA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=SMNO5xH/jCtpGKImfSpVI5p88B3xKGs2CF+b53p7Rgo=; b=cYk2/t0NfbzIoxWbOZUwg/T4W+h3oowXa1B66U1CrTgBNoKFMahvFny46KQZO0onuy tqh1MDHE4esxSwrMJYCqaQjRxvqCSckcbGxvHPphBW+2U+WqvPM0AlRPbl5zPVhvZnUM zB4gyHOxZrkpGURd0nTpGTIVM6MeKeRv41x9tHrhtv2VaaAQ+U7F4wcC/k2jYyC/x2pI BnxXvfqclrRmOzkT5vIbLq3pk0Djm/sILB6ZgwdQATva5jNGm4SQ4ZmggjGYsZXGeGVq i1DoOBLj7I8HEds96mokQs9l1vqLHMV76ueUW+QZ+yF67PaBkDic19xtbgK8Vs91Vs/t RKhw== X-Gm-Message-State: ALoCoQl9+pY3z+5JBYiD1zGA/FzU7i1D7bs654ZJiUSyYMphpcxgOQ4apWbPf8i/uedkmUCI+Dxv X-Received: by 10.28.11.13 with SMTP id 13mr4290122wml.4.1446222280766; Fri, 30 Oct 2015 09:24:40 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id ld5sm7808789wjc.18.2015.10.30.09.24.39 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 30 Oct 2015 09:24:40 -0700 (PDT) From: Thomas Monjalon To: Bruce Richardson Date: Fri, 30 Oct 2015 17:23:29 +0100 Message-ID: <2771291.DI3Lyk6PGI@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20151030161640.GA5284@bricha3-MOBL3> References: <1445615606-3885-1-git-send-email-thomas.monjalon@6wind.com> <2182686.Rj6sEZi19Z@xps13> <20151030161640.GA5284@bricha3-MOBL3> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 1/2] scripts: add checkpatch wrapper X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Oct 2015 16:24:41 -0000 2015-10-30 16:16, Bruce Richardson: > Another request, can you perhaps also fix the script for situations where > checkpatch.pl is not in the kernel tree. I've used this script now to check a > couple of patchsets, which came back clean, but it turns out that because I was > using checkpatch.pl outside the kernel directory, it is passing things it > shouldn't. [Thanks to Sergio for pointing this out]. > > Testing with a known-broken patch, this script indicates all ok, and only > reports an error with the --no-tree added to the options inside the script. :-( OK I prefer using it in the Linux tree because it is updated with "git pull".