From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 1899D690F; Wed, 28 Dec 2016 11:38:16 +0100 (CET) In-Reply-To: <6d3ec6ba808383e779583ea917a7498b4dcf5585.1482920437.git.nelio.laranjeiro@6wind.com> References: <6d3ec6ba808383e779583ea917a7498b4dcf5585.1482920437.git.nelio.laranjeiro@6wind.com> To: test-report@dpdk.org Cc: Nelio Laranjeiro Message-Id: <20161228103816.1899D690F@dpdk.org> Date: Wed, 28 Dec 2016 11:38:16 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw18605 [PATCH v4 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: Wed, 28 Dec 2016 10:38:16 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/18605 _coding style issues_ WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name #98: 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 #99: FILE: drivers/net/mlx5/mlx5.h:288: +void priv_flow_stop(struct priv *); total: 0 errors, 2 warnings, 0 checks, 992 lines checked