From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com
 [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 1B9301B11A
 for <dev@dpdk.org>; Thu, 18 Oct 2018 17:36:26 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 8C61F2262E;
 Thu, 18 Oct 2018 11:36:23 -0400 (EDT)
Received: from mailfrontend2 ([10.202.2.163])
 by compute1.internal (MEProxy); Thu, 18 Oct 2018 11:36:23 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 from:to:cc:subject:date:message-id:mime-version
 :content-transfer-encoding; s=mesmtp; bh=yrz3Mw8QxACNHfoEykE9keK
 /0S7Wxq+TN22kOxxhYZo=; b=FM4rvbB6J51ykaFqh/4jueO8ATfo/5KZS8XniAd
 rr1kaMkndYscMfbyF2GCgIBaBCZpr4IT8ZcbSsimlfxJbaOxk15imOhdn71FB1p8
 cJQ83PbkZKn97ed2RRsnimfXYKau0xgKZOzHP9S/XJwA8LyYihlRBzt+1M+XlUps
 IiLU=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:date:from
 :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy
 :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=yrz3Mw8QxACNHfoEy
 kE9keK/0S7Wxq+TN22kOxxhYZo=; b=yi5uWvH2kK1TOe8FUNy+EkWfzmJ7Q20h5
 WWR3n0tiF8O6zGb7c6bYpBOO0ZWd6z0EtcYvP7t0amT4x1+F+XTpfNnimFDbVUD4
 l4xnPMv60rjUYR3WGCLP/C8ZiYIdm5nNbmUtlF0oxIw0B2wxke7Y3tFHSWLQ4RE5
 aRlwXk1Gxcqqbl18OiBjaU6bL+4MKdgQhBQsLkhePzI+9FQd/RxafBB3rPzIexap
 B1HTzZPewAciboZdFyB9qPYbk/KvxnDohlk5dtWQg/5KGdSPMoZuRacOowSL80oc
 orUQrYU/rVMQ26k0kOBnyDp3gj+bTEnpgYPySpJbiOW2P+OISv6tg==
X-ME-Sender: <xms:d6jIWwpuR1xLUxXTifrUSUnX4BCe6M4vCjLPCxsDs5rTGRkOf9UjWA>
X-ME-Proxy: <xmx:d6jIWw3syyOkkX1g_NTBgr_LO8R1QhhQOby4MrMg-ugpXDbDKAkzSA>
 <xmx:d6jIWwMkQnC9kDSwnKIQQ6RDjuE4zrfDW9gflaMl-A23uo1upDvILg>
 <xmx:d6jIW73eGYLtqSmFNbzlkJ81HkFYUy6tMoPbUoHHMoHufEQW6Pg8Dg>
 <xmx:d6jIW_3sqRImq7P1QjbZGPM1_FvE2LoOq0650xvpgKiTj113IgCGzg>
 <xmx:d6jIW5-EhFj6MMRZN772eIkOhHE20oCKB5IWJsT4W1ikTCKPgpttjg>
 <xmx:d6jIWz0SamSSIW8-62alHBgA2lh2CyUPJoUUePRhUgniowqfLo68CA>
Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 9EE05102ED;
 Thu, 18 Oct 2018 11:36:22 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: dev@dpdk.org
Cc: tdu@semihalf.com,
	zr@semihalf.com
Date: Thu, 18 Oct 2018 17:36:15 +0200
Message-Id: <20181018153615.1721-1-thomas@monjalon.net>
X-Mailer: git-send-email 2.19.0
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Subject: [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, 18 Oct 2018 15:36:26 -0000

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

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 devtools/test-build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devtools/test-build.sh b/devtools/test-build.sh
index 2990978e5..d26a9f326 100755
--- a/devtools/test-build.sh
+++ b/devtools/test-build.sh
@@ -179,11 +179,11 @@ config () # <directory> <target> <options>
 		sed -ri     's,(BBDEV_TURBO_SW=)n,\1y,' $1/.config
 		sed -ri           's,(SCHED_.*=)n,\1y,' $1/.config
 		test -z "$LIBMUSDK_PATH" || \
-		sed -ri    's,(PMD_MVSAM_CRYPTO=)n,\1y,' $1/.config
+		sed -ri   's,(PMD_MVSAM_CRYPTO=)n,\1y,' $1/.config
 		test -z "$LIBMUSDK_PATH" || \
 		sed -ri          's,(MVPP2_PMD=)n,\1y,' $1/.config
 		test -z "$LIBMUSDK_PATH" || \
-		sed -ri          's,(MVNETA_PMD=)n,\1y,' $1/.config
+		sed -ri         's,(MVNETA_PMD=)n,\1y,' $1/.config
 		build_config_hook $1 $2 $3
 
 		# Explicit enabler/disabler (uppercase)
-- 
2.19.0