From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id F2BDCA2C3; Wed, 2 Aug 2017 16:11:55 +0200 (CEST) In-Reply-To: References: To: test-report@dpdk.org Cc: =?utf-8?q?N=C3=A9lio_Laranjeiro?= Message-Id: <20170802141155.F2BDCA2C3@dpdk.org> Date: Wed, 2 Aug 2017 16:11:55 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw27372 [PATCH v1 06/21] net/mlx5: verify all flows are been removed on close 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, 02 Aug 2017 14:11:56 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/27372 _coding style issues_ ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #34: FILE: drivers/net/mlx5/mlx5.c:205: + WARN("%p: some flows still remain", (void*)priv); WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct priv *' should also have an identifier name #46: FILE: drivers/net/mlx5/mlx5.h:290: +int priv_flow_verify(struct priv *); ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #73: FILE: drivers/net/mlx5/mlx5_flow.c:1658: + DEBUG("%p: flow %p still referenced", (void*)priv, ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #74: FILE: drivers/net/mlx5/mlx5_flow.c:1659: + (void*)flow); total: 3 errors, 1 warnings, 0 checks, 40 lines checked