|WARNING| pw127177 [PATCH] lib/cryptodev: fix assertion to remove GCC compilation warning

checkpatch at dpdk.org checkpatch at dpdk.org
Mon May 22 20:53:12 CEST 2023


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/127177

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#65: 
/home/vagrant/dpdk/build/include/rte_crypto_sym.h:1009:4: warning: Value stored to 'left' is never read [deadcode.DeadStores]

WARNING:BRACES: braces {} are not necessary for single statement blocks
#88: FILE: lib/cryptodev/rte_crypto_sym.h:1019:
+	if (left != 0) {
+		RTE_ASSERT(false);
+	}

total: 0 errors, 2 warnings, 11 lines checked


More information about the test-report mailing list