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 A09ED43EAD for ; Wed, 24 Apr 2024 15:28:18 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9D879434B1; Wed, 24 Apr 2024 15:28:18 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 497504347B for ; Wed, 24 Apr 2024 15:27:26 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 44B1D121EF2; Wed, 24 Apr 2024 15:27:26 +0200 (CEST) Subject: |WARNING| pw139657 [PATCH v1 12/22] net/ixgbe/base: added link state handling In-Reply-To: <299db742da84ed0767017d267694745e406b9c54.1713964708.git.anatoly.burakov@intel.com> References: <299db742da84ed0767017d267694745e406b9c54.1713964708.git.anatoly.burakov@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Anatoly Burakov Message-Id: <20240424132726.44B1D121EF2@dpdk.org> Date: Wed, 24 Apr 2024 15:27:26 +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/139657 _coding style issues_ WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct ixgbe_hw *' should also have an identifier name #110: 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 #110: 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