From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/2] check-git-log fix and enhancement Date: Tue, 24 May 2016 16:48:33 +0200 Message-ID: <1627767.l0DxLdmCWV@xps13> References: <1462939741-12357-1-git-send-email-yuanhan.liu@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Yuanhan Liu Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 36D5E2A1A for ; Tue, 24 May 2016 16:48:35 +0200 (CEST) Received: by mail-wm0-f47.google.com with SMTP id n129so134498125wmn.1 for ; Tue, 24 May 2016 07:48:35 -0700 (PDT) In-Reply-To: <1462939741-12357-1-git-send-email-yuanhan.liu@linux.intel.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-05-10 21:08, Yuanhan Liu: > Patch 1 fix a false positive warning; patch 2 helps to spot bad content > clearly. > > --- > Yuanhan Liu (2): > scripts: fix false positive warning > scripts: high light bad patterns The justification of these patches is the word "ctx". It should be written "context" (full spelling) ;) Anyway, series applied, thanks