devtools: fix alignment of Marvell build options
authorThomas Monjalon <thomas@monjalon.net>
Thu, 18 Oct 2018 15:36:15 +0000 (17:36 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 25 Oct 2018 14:47:13 +0000 (16:47 +0200)
Really minor issue:
There were extra spaces making the alignment wrong.

Fixes: e95faac15110 ("crypto/mrvl: rename PMD to mvsam")
Fixes: 4ccc8d770d3b ("net/mvneta: add PMD skeleton")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
devtools/test-build.sh

index 2990978..d26a9f3 100755 (executable)
@@ -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)