From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id D133F58F6; Tue, 21 Feb 2017 15:07:52 +0100 (CET) In-Reply-To: <7dfd4feed27ce41c118b402f0f93c4332ff05ba2.1487685098.git.vasilyf@mellanox.com> References: <7dfd4feed27ce41c118b402f0f93c4332ff05ba2.1487685098.git.vasilyf@mellanox.com> To: test-report@dpdk.org Cc: Vasily Philipov Message-Id: <20170221140752.D133F58F6@dpdk.org> Date: Tue, 21 Feb 2017 15:07:52 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw20647 [PATCH 2/2] net/mlx4: support basic flow items and actions 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: , X-List-Received-Date: Tue, 21 Feb 2017 14:07:52 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/20647 _coding style issues_ WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_eth_dev *' should also have an identifier name #1371: FILE: drivers/net/mlx4/mlx4_flow.h:80: +int WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_flow *' should also have an identifier name #1371: FILE: drivers/net/mlx4/mlx4_flow.h:80: +int WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_flow_error *' should also have an identifier name #1371: FILE: drivers/net/mlx4/mlx4_flow.h:80: +int WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name #1392: FILE: drivers/net/mlx4/mlx4_flow.h:101: +int mlx4_priv_flow_start(struct priv *); WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name #1393: FILE: drivers/net/mlx4/mlx4_flow.h:102: +void mlx4_priv_flow_stop(struct priv *); total: 0 errors, 5 warnings, 0 checks, 1295 lines checked