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 487A042B76 for ; Mon, 22 May 2023 20:53:13 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 444E140EE5; Mon, 22 May 2023 20:53:13 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5529F40EE5 for ; Mon, 22 May 2023 20:53:12 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 4308B120927; Mon, 22 May 2023 20:53:12 +0200 (CEST) Subject: |WARNING| pw127177 [PATCH] lib/cryptodev: fix assertion to remove GCC compilation warning In-Reply-To: <20230522184951.452626-1-kamilx.godzwon@intel.com> References: <20230522184951.452626-1-kamilx.godzwon@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Kamil Godzwon Message-Id: <20230522185312.4308B120927@dpdk.org> Date: Mon, 22 May 2023 20:53:12 +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/127177 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #65: /home/vagrant/dpdk/build/include/rte_crypto_sym.h:1009:4: warning: Value stored to 'left' is never read [deadcode.DeadStores] WARNING:BRACES: braces {} are not necessary for single statement blocks #88: FILE: lib/cryptodev/rte_crypto_sym.h:1019: + if (left != 0) { + RTE_ASSERT(false); + } total: 0 errors, 2 warnings, 11 lines checked