From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5C512A04EF for ; Mon, 25 May 2020 19:35:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 50FEC1D9B4; Mon, 25 May 2020 19:35:05 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 7268E1D9BC; Mon, 25 May 2020 19:35:04 +0200 (CEST) In-Reply-To: <20200525173420.423-1-ssardar@amd.com> References: <20200525173420.423-1-ssardar@amd.com> To: test-report@dpdk.org Cc: ssardar@amd.com Message-Id: <20200525173504.7268E1D9BC@dpdk.org> Date: Mon, 25 May 2020 19:35:04 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw70576 [PATCH v4] net/axgbe: enabling VLAN support in axgbe X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/70576 _coding style issues_ Must be a reply to the first patch (--in-reply-to). WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct axgbe_port *' should also have an identifier name #661: FILE: drivers/net/axgbe/axgbe_ethdev.h:295: + int (*enable_rx_vlan_stripping)(struct axgbe_port *); WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct axgbe_port *' should also have an identifier name #662: FILE: drivers/net/axgbe/axgbe_ethdev.h:296: + int (*disable_rx_vlan_stripping)(struct axgbe_port *); WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct axgbe_port *' should also have an identifier name #663: FILE: drivers/net/axgbe/axgbe_ethdev.h:297: + int (*enable_rx_vlan_filtering)(struct axgbe_port *); WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct axgbe_port *' should also have an identifier name #664: FILE: drivers/net/axgbe/axgbe_ethdev.h:298: + int (*disable_rx_vlan_filtering)(struct axgbe_port *); WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct axgbe_port *' should also have an identifier name #665: FILE: drivers/net/axgbe/axgbe_ethdev.h:299: + int (*update_vlan_hash_table)(struct axgbe_port *); total: 0 errors, 5 warnings, 0 checks, 647 lines checked