From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <thomas@monjalon.net> Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id 9A18F5F1F for <dev@dpdk.org>; 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: <xms:etbRW1x7rzUwQBLwpNa4R3QRDVp1e_QVDrSktVkpwlTo_Mpe7JBcEQ> X-ME-Proxy: <xmx:etbRWwELu3G5duCGzclTbGP9G9-7CwyWDJjc4hy3-0Us3rvke_QyYw> <xmx:etbRW5iLu6-NZn5Y3ilIeFPVrYYUIilpXAQ23B0qfiFCQJO3CXD8VQ> <xmx:etbRW79IP_qX3qkL2ieJxwI_I1enrtKCoHjyD7UIeYPD-hxu6yssYw> <xmx:etbRWwoRKASDW6ePEDoGe5BsicjfvoLlKTIaNRlxCnhbgeJ1sSnJ3Q> <xmx:etbRW68oLsPEGf8S0cEsfRj8VY0jhFuOaz_dn2ExrqA_5XsgJFYD6g> <xmx:etbRW050DyBnjjg9oyC9hdsLa8a7IOeWp11ZLb4-iGMxAHeTmBPzyQ> 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 <thomas@monjalon.net> To: dev@dpdk.org Cc: Ferruh Yigit <ferruh.yigit@intel.com>, 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 <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=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 <ferruh.yigit@intel.com> Applied