From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id 9A18F5F1F for ; Thu, 25 Oct 2018 16:43:08 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 367CBC0E; Thu, 25 Oct 2018 10:43:07 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 25 Oct 2018 10:43:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=6qZNFrgVBalQhBj78j5OvHRstNrYV3wvFog4yNf1X0k=; b=ZPqwJYv3EkHN OK00Gb23sTVaBGxDOdqCYB3VY7an3ZGlLCxbKtGeUvJzETt+lxeYDb30T7w9dkQR xQaIHGYgk+1l7BXWN1fW26cbloyIz/60ahzKK26dsnLia3KUHgUY1kSVsznB6edi 83g+FZO6+Pul7jK1ufGgvROzdQ2WFMY= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=6qZNFrgVBalQhBj78j5OvHRstNrYV3wvFog4yNf1X 0k=; b=EBLCXAPRWGbIEwJc42fY67PPyBMAW5NNi5uqdpe0fJ82CoaabCd1ldQuQ IrC239Dw9kkkR5t5DUN877IVZoWeF1zWZaDXJNHhqHshB/7QFuYf48P+Y7SJnhok jsigWkNfiEy/eA/P+fuF2FsOpKO/5JGgqr7oOCK6Bu0x/PCySWQkFM1KstLULhXB S8UdgdsZs3uO6owqQW+Kgq+vorrlGWw4vzS2pADAKX0kJEgf0bRXpMrFLFPbGIb7 p6JIovQC1T7Q/NcD13JfWXbNHLu49Geh7wN76RZAxpFvjWM21IBVBP49BtqXKYjx MxhpoNGtUbfsRRoDTb0nAvJyVoYew== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 784BFE47CB; Thu, 25 Oct 2018 10:43:05 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: Ferruh Yigit , tdu@semihalf.com, zr@semihalf.com Date: Thu, 25 Oct 2018 16:43:08 +0200 Message-ID: <1917775.DXnf3BqIh8@xps> In-Reply-To: <653e0744-9b3e-f8f8-79bc-891adceef523@intel.com> References: <20181018153615.1721-1-thomas@monjalon.net> <653e0744-9b3e-f8f8-79bc-891adceef523@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] devtools: fix alignment of Marvell build options X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2018 14:43:08 -0000 18/10/2018 18:08, Ferruh Yigit: > On 10/18/2018 4:36 PM, Thomas Monjalon wrote: > > Really minor issue: > > There were extra spaces making the alignment wrong. > > > > Fixes: e95faac15110 ("crypto/mrvl: rename PMD to mvsam") > > Cc: tdu@semihalf.com > > Fixes: 4ccc8d770d3b ("net/mvneta: add PMD skeleton") > > Cc: zr@semihalf.com > > Acked-by: Ferruh Yigit Applied