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:
Piotr Pelplinski 2018-10-05 14:37:44 +02:00 committed by Jim Harris
parent b3c330339d
commit c3d9530cd0
2 changed files with 0 additions and 2 deletions

0
lib/bdev/crypto/vbdev_crypto.c Executable file → Normal file
View File

View 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" ]