|WARNING| pw132382 [PATCH v2] hash: fix SSE comparison

checkpatch at dpdk.org checkpatch at dpdk.org
Sat Oct 7 09:18:17 CEST 2023


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

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#87: FILE: lib/hash/rte_cuckoo_hash.c:1871:
+        /* Extract the even-index bits only */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#88: FILE: lib/hash/rte_cuckoo_hash.c:1872:
+        *prim_hash_matches &= 0x5555;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#88: FILE: lib/hash/rte_cuckoo_hash.c:1872:
+        *prim_hash_matches &= 0x5555;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#94: FILE: lib/hash/rte_cuckoo_hash.c:1878:
+        /* Extract the even-index bits only */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#95: FILE: lib/hash/rte_cuckoo_hash.c:1879:
+        *sec_hash_matches &= 0x5555;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#95: FILE: lib/hash/rte_cuckoo_hash.c:1879:
+        *sec_hash_matches &= 0x5555;$

total: 4 errors, 2 warnings, 15 lines checked


More information about the test-report mailing list