devtools: fix alignment of Marvell build options

Message ID 20181018153615.1721-1-thomas@monjalon.net (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series devtools: fix alignment of Marvell build options |

Checks

Context Check Description
ci/Intel-compilation success Compilation OK
ci/checkpatch success coding style OK

Commit Message

Thomas Monjalon Oct. 18, 2018, 3:36 p.m. UTC
  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(-)
  

Comments

Ferruh Yigit Oct. 18, 2018, 4:08 p.m. UTC | #1
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>
  
Thomas Monjalon Oct. 25, 2018, 2:43 p.m. UTC | #2
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
  

Patch

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)