From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] devtools: add explicit warning messages for forbidden tokens Date: Sun, 04 Nov 2018 21:46:20 +0100 Message-ID: <4558329.deyhhRbR1y@xps> References: <1541155941-18088-1-git-send-email-arnon@qwilt.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, john.mcnamara@intel.com, marko.kovacevic@intel.com To: Arnon Warshavsky Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id F0C26239 for ; Sun, 4 Nov 2018 21:46:24 +0100 (CET) In-Reply-To: <1541155941-18088-1-git-send-email-arnon@qwilt.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 02/11/2018 11:52, Arnon Warshavsky: > Replace the content of warning in the forbidden tokens script > from using the searched regex into using explicit messages > > Signed-off-by: Arnon Warshavsky Applied, thanks