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 F223245BC0 for ; Thu, 24 Oct 2024 15:03:55 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EC54C40265; Thu, 24 Oct 2024 15:03:55 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 827CF40281 for ; Thu, 24 Oct 2024 15:03:54 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 72ADB123108; Thu, 24 Oct 2024 15:03:54 +0200 (CEST) Subject: |WARNING| pw147113 [PATCH v4 9/9] raw/cnxk_rvu_lf: add selftest In-Reply-To: <20241024130130.3330978-10-gakhil@marvell.com> References: <20241024130130.3330978-10-gakhil@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Akhil Goyal Message-Id: <20241024130354.72ADB123108@dpdk.org> Date: Thu, 24 Oct 2024 15:03:54 +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/147113 _coding style issues_ ERROR:SPACING: space required before the open parenthesis '(' #240: FILE: drivers/raw/cnxk_rvu_lf/cnxk_rvu_lf_selftest.c:82: + if(!rte_pmd_rvu_lf_bar_get(dev_id, i, &bar_va, &bar_mask)) total: 1 errors, 0 warnings, 214 lines checked Warning in drivers/raw/cnxk_rvu_lf/cnxk_rvu_lf_selftest.c: Writing to stdout or stderr Warning in drivers/raw/cnxk_rvu_lf/cnxk_rvu_lf_selftest.c: Using %l format, prefer %PRI*64 if type is [u]int64_t