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 A2D29467BA for ; Wed, 28 May 2025 00:37:05 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9D1CD4065D; Wed, 28 May 2025 00:37:05 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 42A734065D for ; Wed, 28 May 2025 00:37:04 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 910B9125267; Wed, 28 May 2025 00:36:25 +0200 (CEST) Subject: |WARNING| pw153801 [PATCH v1 1/2] bbdev: add trace points per operation In-Reply-To: <20250527223642.31577-2-nicolas.chautru@intel.com> References: <20250527223642.31577-2-nicolas.chautru@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Nicolas Chautru Message-Id: <20250527223625.910B9125267@dpdk.org> Date: Wed, 28 May 2025 00:36:25 +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/153801 _coding style issues_ WARNING:BRACES: braces {} are not necessary for any arm of this statement #243: FILE: lib/bbdev/rte_bbdev.c:1293: + if (op_type == RTE_BBDEV_OP_LDPC_DEC) { [...] + } else if (op_type == RTE_BBDEV_OP_LDPC_ENC) { [...] + } else if (op_type == RTE_BBDEV_OP_FFT) { [...] + } else if (op_type == RTE_BBDEV_OP_MLDTS) { [...] + } else if (op_type == RTE_BBDEV_OP_TURBO_DEC) { [...] + } else if (op_type == RTE_BBDEV_OP_TURBO_ENC) { [...] ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 1 warnings, 187 lines checked