spdk: fix check_format.sh
Patch 427539: Check file permissions in the check_format script introduces at least two errors. - exit too early from check_format.sh - wrong file permisions on file vbdev_crypto.c This patch fixes them. Signed-off-by: Piotr Pelplinski <piotr.pelplinski@intel.com> Change-Id: I346523bce7448e749471bd78a06e9233e0d35ef2 Reviewed-on: https://review.gerrithub.io/428188 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
b3c330339d
commit
c3d9530cd0
0
lib/bdev/crypto/vbdev_crypto.c
Executable file → Normal file
0
lib/bdev/crypto/vbdev_crypto.c
Executable file → Normal file
@ -51,8 +51,6 @@ if [ $rc -eq 0 ]; then
|
||||
echo " OK"
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
||||
if hash astyle; then
|
||||
echo -n "Checking coding style..."
|
||||
if [ "$(astyle -V)" \< "Artistic Style Version 3" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user