From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 893E0695D; Tue, 11 Apr 2017 17:22:25 +0200 (CEST) In-Reply-To: References: To: test-report@dpdk.org Cc: =?utf-8?q?N=C3=A9lio_Laranjeiro?= Message-Id: <20170411152225.893E0695D@dpdk.org> Date: Tue, 11 Apr 2017 17:22:25 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw23511 [PATCH 2/2] net/mlx5: panic when destroying a queue in use 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, 11 Apr 2017 15:22:25 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/23511 _coding style issues_ WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name #35: FILE: drivers/net/mlx5/mlx5.h:316: +int priv_flow_rxq_in_use(struct priv *, struct rxq *); WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rxq *' should also have an identifier name #35: FILE: drivers/net/mlx5/mlx5.h:316: +int priv_flow_rxq_in_use(struct priv *, struct rxq *); total: 0 errors, 2 warnings, 0 checks, 56 lines checked