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 E023546061 for ; Sun, 12 Jan 2025 20:32:35 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DE19F402EA; Sun, 12 Jan 2025 20:32:35 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 67E2D4029F for ; Sun, 12 Jan 2025 20:32:34 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 3C403126FD3; Sun, 12 Jan 2025 20:31:52 +0100 (CET) Subject: |WARNING| pw149904 [PATCH v2 1/6] raw/ifpga: remove check around pthread_mutex_init In-Reply-To: <20250112193043.67372-2-otilibil@eurecom.fr> References: <20250112193043.67372-2-otilibil@eurecom.fr> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ariel Otilibili Message-Id: <20250112193152.3C403126FD3@dpdk.org> Date: Sun, 12 Jan 2025 20:31:52 +0100 (CET) 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/149904 _coding style issues_ WARNING:LEADING_SPACE: please, no spaces at the start of a line #141: FILE: drivers/raw/ifpga/base/opae_spi_transaction.c:521: + opae_free(spi_tran_dev);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #142: FILE: drivers/raw/ifpga/base/opae_spi_transaction.c:522: + return NULL;$ total: 0 errors, 2 warnings, 40 lines checked