From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] scripts: improve quiet checkpatch Date: Thu, 24 Mar 2016 22:20:19 +0100 Message-ID: <6427942.WPrsOhEMnF@xps13> References: <1449974242-31780-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-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 0F6A12C00 for ; Thu, 24 Mar 2016 22:22:04 +0100 (CET) Received: by mail-wm0-f49.google.com with SMTP id p65so2643931wmp.0 for ; Thu, 24 Mar 2016 14:22:04 -0700 (PDT) Received: from xps13.localnet (91.111.75.86.rev.sfr.net. [86.75.111.91]) by smtp.gmail.com with ESMTPSA id p191sm642599wmb.0.2016.03.24.14.22.02 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 24 Mar 2016 14:22:03 -0700 (PDT) In-Reply-To: <1449974242-31780-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" 2015-12-13 03:37, Thomas Monjalon: > The option --no-summary will remove this line in quiet mode: > total: 1 errors, 0 warnings, 7 lines checked > > Signed-off-by: Thomas Monjalon Applied