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 72E254410E for ; Thu, 30 May 2024 13:19:27 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 65EE841060; Thu, 30 May 2024 13:19:27 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8CE4F40E5A for ; Thu, 30 May 2024 13:18:41 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 89D4412367B; Thu, 30 May 2024 13:18:41 +0200 (CEST) Subject: |WARNING| pw140449 [PATCH v3 11/30] net/ixgbe/base: added link state handling In-Reply-To: <4dc988545762f0938c6d37bda72467490976f760.1717067519.git.anatoly.burakov@intel.com> References: <4dc988545762f0938c6d37bda72467490976f760.1717067519.git.anatoly.burakov@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Anatoly Burakov Message-Id: <20240530111841.89D4412367B@dpdk.org> Date: Thu, 30 May 2024 13:18:41 +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/140449 _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