From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] scripts: fix quiet checkpatch Date: Sat, 05 Nov 2016 15:58:38 +0100 Message-ID: <1695776.P9K2xFtafR@xps13> References: <1478103009-22581-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-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 900E32A5B for ; Sat, 5 Nov 2016 15:58:40 +0100 (CET) Received: by mail-wm0-f46.google.com with SMTP id f82so41631939wmf.1 for ; Sat, 05 Nov 2016 07:58:40 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id k74sm2634135wmd.18.2016.11.05.07.58.39 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 05 Nov 2016 07:58:39 -0700 (PDT) In-Reply-To: <1478103009-22581-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-11-02 17:10, Thomas Monjalon: > The commit e13fbc065c7f ("scripts: improve quiet checkpatch") > removed the line "total: 1 errors, 0 warnings, 7 lines checked" > from the quiet report. > Later, commit e7c38f471384 ("scripts: remove useless checkpatch notes") > removed few lines before "total:.*lines checked", so it was not working > well for quiet reporting. > > Better to keep the "total:" line in quiet mode and remove the other ones. > That's why the checkpatch.pl option --no-summary is not used anymore > by reverting the commit "improve quiet checkpatch". > > Signed-off-by: Thomas Monjalon Applied