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 64A1F43F76 for ; Fri, 3 May 2024 16:00:52 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D3DD2406B6; Fri, 3 May 2024 16:00:51 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E4D6040693 for ; Fri, 3 May 2024 16:00:47 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id DDFEB122141; Fri, 3 May 2024 16:00:47 +0200 (CEST) Subject: |WARNING| pw139840 [PATCH v2 12/27] net/ixgbe/base: added link state handling In-Reply-To: <12911b60ac69e1d2a39d0a81f214302d4cbe866e.1714744628.git.anatoly.burakov@intel.com> References: <12911b60ac69e1d2a39d0a81f214302d4cbe866e.1714744628.git.anatoly.burakov@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Anatoly Burakov Message-Id: <20240503140047.DDFEB122141@dpdk.org> Date: Fri, 3 May 2024 16:00:47 +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/139840 _coding style issues_ WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct ixgbe_hw *' should also have an identifier name #111: FILE: drivers/net/ixgbe/base/ixgbe_type.h:3986: + s32 (*get_link_state)(struct ixgbe_hw *, bool *); WARNING:FUNCTION_ARGUMENTS: function definition argument 'bool *' should also have an identifier name #111: FILE: drivers/net/ixgbe/base/ixgbe_type.h:3986: + s32 (*get_link_state)(struct ixgbe_hw *, bool *); total: 0 errors, 2 warnings, 0 checks, 62 lines checked