From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] scripts: add standard input to checkpatch Date: Sat, 05 Nov 2016 15:58:48 +0100 Message-ID: <3884495.kpEe2xRnoG@xps13> References: <1478103024-22641-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-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id B70032A5B for ; Sat, 5 Nov 2016 15:58:50 +0100 (CET) Received: by mail-wm0-f52.google.com with SMTP id c184so17896457wmd.0 for ; Sat, 05 Nov 2016 07:58:50 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id i10sm20167772wjd.15.2016.11.05.07.58.49 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 05 Nov 2016 07:58:49 -0700 (PDT) In-Reply-To: <1478103024-22641-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: > It is now possible to check a patch by providing an email > through stdin. > It is especially useful to automate checkpatch run when > receiving an email. > > Signed-off-by: Thomas Monjalon Applied