From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 91AF4689B; Thu, 29 Dec 2016 16:16:30 +0100 (CET) In-Reply-To: <025e66266f9baba7515ad4ba54a4a6addc9e2345.1483022600.git.nelio.laranjeiro@6wind.com> References: <025e66266f9baba7515ad4ba54a4a6addc9e2345.1483022600.git.nelio.laranjeiro@6wind.com> To: test-report@dpdk.org Cc: Nelio Laranjeiro Message-Id: <20161229151630.91AF4689B@dpdk.org> Date: Thu, 29 Dec 2016 16:16:30 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw18669 [PATCH v5 2/6] net/mlx5: 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: Thu, 29 Dec 2016 15:16:30 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/18669 _coding style issues_ WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name #99: FILE: drivers/net/mlx5/mlx5.h:287: +int priv_flow_start(struct priv *); WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name #100: FILE: drivers/net/mlx5/mlx5.h:288: +void priv_flow_stop(struct priv *); total: 0 errors, 2 warnings, 0 checks, 1018 lines checked