Commit c3d9530c authored by Piotr Pelplinski's avatar Piotr Pelplinski Committed by Jim Harris
Browse files

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: default avatarPiotr Pelplinski <piotr.pelplinski@intel.com>
Change-Id: I346523bce7448e749471bd78a06e9233e0d35ef2

Reviewed-on: https://review.gerrithub.io/428188


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent b3c33033
Loading
Loading
Loading
Loading

lib/bdev/crypto/vbdev_crypto.c

100755 → 100644
+0 −0

File mode changed from 100755 to 100644.

+0 −2
Original line number Diff line number Diff line
@@ -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" ]