From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2130CA04DD for ; Tue, 20 Oct 2020 18:14:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7FC13AD3F; Tue, 20 Oct 2020 18:14:29 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id F2D2FAD58; Tue, 20 Oct 2020 18:14:26 +0200 (CEST) In-Reply-To: <20201020161301.7458-3-dharmik.thakkar@arm.com> References: <20201020161301.7458-3-dharmik.thakkar@arm.com> To: test-report@dpdk.org Cc: Dharmik Thakkar Message-Id: <20201020161426.F2D2FAD58@dpdk.org> Date: Tue, 20 Oct 2020 18:14:26 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw81604 [PATCH v5 2/4] lib/hash: integrate RCU QSBR X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/81604 _coding style issues_ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #442: FILE: lib/librte_hash/rte_cuckoo_hash.c:1583: +remove_entry(const struct rte_hash *h, struct rte_hash_bucket *bkt, unsigned i) WARNING:TYPO_SPELLING: 'THRID' may be misspelled - perhaps 'THIRD'? #515: FILE: lib/librte_hash/rte_cuckoo_hash.c:1771: + RTE_QSBR_THRID_INVALID); total: 0 errors, 2 warnings, 606 lines checked