From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id BA70C426DC for ; Sat, 7 Oct 2023 09:18:18 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B4F5B40293; Sat, 7 Oct 2023 09:18:18 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 62A9B40293 for ; Sat, 7 Oct 2023 09:18:17 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 4B98A120D36; Sat, 7 Oct 2023 09:18:17 +0200 (CEST) Subject: |WARNING| pw132382 [PATCH v2] hash: fix SSE comparison In-Reply-To: <20231007071559.3453852-1-jieqiang.wang@arm.com> References: <20231007071559.3453852-1-jieqiang.wang@arm.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Jieqiang Wang Message-Id: <20231007071817.4B98A120D36@dpdk.org> Date: Sat, 7 Oct 2023 09:18:17 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org 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