From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] scripts: add additional git log capitalization checks Date: Sun, 10 Jul 2016 16:39:04 +0200 Message-ID: <3345106.Lp2MsoEPkF@xps13> References: <1467723939-30635-1-git-send-email-bruce.richardson@intel.com> <1467734591-24973-1-git-send-email-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bruce Richardson 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 DF8DF11DE for ; Sun, 10 Jul 2016 16:39:05 +0200 (CEST) Received: by mail-wm0-f52.google.com with SMTP id f126so64580336wma.1 for ; Sun, 10 Jul 2016 07:39:05 -0700 (PDT) In-Reply-To: <1467734591-24973-1-git-send-email-bruce.richardson@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-07-05 17:03, Bruce Richardson: > Add API, NUMA, HW, SW, FW and VMDq to list of words to capitalize properly. > Since VMDq is a bit unusual, add it as special case check so we can > print an error message giving the correct way to write it. > > Signed-off-by: Bruce Richadson Applied, thanks