From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 1B0C7A0096 for ; Wed, 8 May 2019 18:52:40 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0B2E3493D; Wed, 8 May 2019 18:52:40 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 886B93772; Wed, 8 May 2019 18:52:39 +0200 (CEST) In-Reply-To: <20190508165121.20471-2-dharmik.thakkar@arm.com> References: <20190508165121.20471-2-dharmik.thakkar@arm.com> To: test-report@dpdk.org Cc: Dharmik Thakkar Message-Id: <20190508165239.886B93772@dpdk.org> Date: Wed, 8 May 2019 18:52:39 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw53326 [PATCH 1/2] hash: fix bugs in 'free key with position' 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/53326 _coding style issues_ WARNING:LONG_LINE: line over 90 characters #54: FILE: lib/librte_hash/rte_cuckoo_hash.c:1598: + h->entries + (RTE_MAX_LCORE - 1) * (LCORE_CACHE_SIZE - 1) + 1 : h->entries + 1; total: 0 errors, 1 warnings, 34 lines checked