From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9128AA0527 for ; Wed, 8 Jul 2020 16:45:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 86DDB1D613; Wed, 8 Jul 2020 16:45:37 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id F3A241D613; Wed, 8 Jul 2020 16:45:35 +0200 (CEST) In-Reply-To: <1594219387-240274-5-git-send-email-bingz@mellanox.com> References: <1594219387-240274-5-git-send-email-bingz@mellanox.com> To: test-report@dpdk.org Cc: Bing Zhao Message-Id: <20200708144535.F3A241D613@dpdk.org> Date: Wed, 8 Jul 2020 16:45:35 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw73534 [PATCH 4/5] net/mlx5: adding Devx command for flex parsers 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/73534 _coding style issues_ ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" #154: FILE: drivers/common/mlx5/mlx5_devx_cmds.c:452: +mlx5_devx_cmd_create_flex_parser(void* ctx, ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" #321: FILE: drivers/common/mlx5/mlx5_devx_cmds.h:425: +struct mlx5_devx_obj *mlx5_devx_cmd_create_flex_parser(void* ctx, WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Netanel Gonen ' total: 2 errors, 1 warnings, 319 lines checked