From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] scripts: remove useless checkpatch notes Date: Tue, 13 Sep 2016 16:45:05 +0200 Message-ID: <1789313.MVBp0Dsbl0@xps13> References: <1472461940-13354-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 85BD76C9B for ; Tue, 13 Sep 2016 16:45:07 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id 1so205501438wmz.1 for ; Tue, 13 Sep 2016 07:45:07 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id vh6sm23375259wjb.0.2016.09.13.07.45.05 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 13 Sep 2016 07:45:06 -0700 (PDT) In-Reply-To: <1472461940-13354-1-git-send-email-thomas.monjalon@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-08-29 11:12, Thomas Monjalon: > Depending of the checkpatch version in use, more or less notes are > printed below the report. > Only 6 lines were stripped, resulting to such note being printed: > NOTE: If any of the errors are false positives, please report > them to the maintainer, see CHECKPATCH in MAINTAINERS. > > The stripping is now more reliable because based on a very stable pattern. > > Signed-off-by: Thomas Monjalon Applied