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 2E6F7430BE for ; Mon, 21 Aug 2023 10:58:47 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1B26A43067; Mon, 21 Aug 2023 10:58:47 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A226B43036 for ; Mon, 21 Aug 2023 10:58:45 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 848411206AB; Mon, 21 Aug 2023 10:58:45 +0200 (CEST) Subject: |WARNING| pw130552 [PATCH v3 2/3] ethdev: avoid panicking in absence of ethdev shared data In-Reply-To: <20230821085806.3062613-3-david.marchand@redhat.com> References: <20230821085806.3062613-3-david.marchand@redhat.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: David Marchand Message-Id: <20230821085845.848411206AB@dpdk.org> Date: Mon, 21 Aug 2023 10:58:45 +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/130552 _coding style issues_ WARNING:FUNCTION_ARGUMENTS: function definition argument 'void' should also have an identifier name #202: FILE: lib/ethdev/ethdev_private.h:70: +void *eth_dev_shared_data_prepare(void) total: 0 errors, 1 warnings, 218 lines checked