From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] scripts: fix checkpatch help Date: Thu, 24 Mar 2016 22:19:49 +0100 Message-ID: <12798239.1GXVPD0jip@xps13> References: <1455633414-4778-1-git-send-email-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Olivier Matz 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 85A272BF2 for ; Thu, 24 Mar 2016 22:21:34 +0100 (CET) Received: by mail-wm0-f49.google.com with SMTP id l68so5505776wml.0 for ; Thu, 24 Mar 2016 14:21:34 -0700 (PDT) In-Reply-To: <1455633414-4778-1-git-send-email-olivier.matz@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-02-16 15:36, Olivier Matz: > When started without defining DPDK_CHECKPATCH_PATH, the usage was not > displayed. > > Signed-off-by: Olivier Matz Applied, thanks