[dpdk-test-report] |WARNING| pw30287 [PATCH] crypto/dpaa_sec: add check for segmented buffer

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Oct 12 15:10:42 CEST 2017


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

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#37: FILE: drivers/crypto/dpaa_sec/dpaa_sec.c:899:
+        if (!rte_pktmbuf_is_contiguous(op->sym->m_src)) {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#37: FILE: drivers/crypto/dpaa_sec/dpaa_sec.c:899:
+        if (!rte_pktmbuf_is_contiguous(op->sym->m_src)) {$

ERROR:CODE_INDENT: code indent should use tabs where possible
#38: FILE: drivers/crypto/dpaa_sec/dpaa_sec.c:900:
+                op->status = RTE_CRYPTO_OP_STATUS_ERROR;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#38: FILE: drivers/crypto/dpaa_sec/dpaa_sec.c:900:
+                op->status = RTE_CRYPTO_OP_STATUS_ERROR;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#39: FILE: drivers/crypto/dpaa_sec/dpaa_sec.c:901:
+                return -ENOTSUP;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#39: FILE: drivers/crypto/dpaa_sec/dpaa_sec.c:901:
+                return -ENOTSUP;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#40: FILE: drivers/crypto/dpaa_sec/dpaa_sec.c:902:
+        }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#40: FILE: drivers/crypto/dpaa_sec/dpaa_sec.c:902:
+        }$

total: 4 errors, 4 warnings, 13 lines checked


More information about the test-report mailing list