|WARNING| pw113835 [PATCH] vhost/crypto: fix out of bound access

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jul 8 15:50:12 CEST 2022


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

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#87: FILE: lib/vhost/vhost_crypto.c:578:
+        while (remain) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#87: FILE: lib/vhost/vhost_crypto.c:578:
+        while (remain) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#88: FILE: lib/vhost/vhost_crypto.c:579:
+                uint64_t len = remain;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#88: FILE: lib/vhost/vhost_crypto.c:579:
+                uint64_t len = remain;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#99: FILE: lib/vhost/vhost_crypto.c:590:
+        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#99: FILE: lib/vhost/vhost_crypto.c:590:
+        }$

total: 3 errors, 3 warnings, 24 lines checked


More information about the test-report mailing list