From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] rte_kvargs:fix comments to use commas not semicolons Date: Wed, 28 Mar 2018 00:42:01 +0200 Message-ID: <8770013.0jjTVED1Ey@xps> References: <20180310162428.25111-1-keith.wiles@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit , olivier.matz@6wind.com To: Keith Wiles Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 94BD95F28 for ; Wed, 28 Mar 2018 00:42:17 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 12/03/2018 12:16, Ferruh Yigit: > On 3/10/2018 4:24 PM, Keith Wiles wrote: > > Signed-off-by: Keith Wiles > > Acked-by: Ferruh Yigit Fixes: a8b97e3a1db0 ("devargs: use a comma instead of semicolon to separate key/values") Applied, thanks