From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] devtools: fix alignment of Marvell build options Date: Thu, 25 Oct 2018 16:43:08 +0200 Message-ID: <1917775.DXnf3BqIh8@xps> References: <20181018153615.1721-1-thomas@monjalon.net> <653e0744-9b3e-f8f8-79bc-891adceef523@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Ferruh Yigit , tdu@semihalf.com, zr@semihalf.com To: dev@dpdk.org 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) In-Reply-To: <653e0744-9b3e-f8f8-79bc-891adceef523@intel.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" 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