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 6DDD7A04DB for ; Tue, 1 Dec 2020 12:59:09 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 620BEC982; Tue, 1 Dec 2020 12:59:08 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 98A32C988; Tue, 1 Dec 2020 12:59:07 +0100 (CET) In-Reply-To: <20201201115719.50637-1-gnandiba@amd.com> References: <20201201115719.50637-1-gnandiba@amd.com> To: test-report@dpdk.org Cc: gnandiba@amd.com Message-Id: <20201201115907.98A32C988@dpdk.org> Date: Tue, 1 Dec 2020 12:59:07 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw84656 [PATCH v2] 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/84656 _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 #660: FILE: drivers/net/axgbe/axgbe_ethdev.h:303: + int (*enable_rx_vlan_stripping)(struct axgbe_port *); WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct axgbe_port *' should also have an identifier name #661: FILE: drivers/net/axgbe/axgbe_ethdev.h:304: + int (*disable_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:305: + int (*enable_rx_vlan_filtering)(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:306: + int (*disable_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:307: + int (*update_vlan_hash_table)(struct axgbe_port *); total: 0 errors, 5 warnings, 0 checks, 645 lines checked