From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 39E90A0548 for ; Fri, 2 Apr 2021 12:36:52 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 35F3E140F4A; Fri, 2 Apr 2021 12:36:52 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E455F140E96 for ; Fri, 2 Apr 2021 12:36:50 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id E039D120D42; Fri, 2 Apr 2021 12:36:50 +0200 (CEST) In-Reply-To: <20210402103623.1524254-2-lizh@nvidia.com> References: <20210402103623.1524254-2-lizh@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Li Zhang Message-Id: <20210402103650.E039D120D42@dpdk.org> Date: Fri, 2 Apr 2021 12:36:50 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw90464 [PATCH v2 1/2] ethdev: add pre-defined meter policy API X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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/90464 _coding style issues_ ERROR:SPACING: space required after that ',' (ctx:VxO) #708: FILE: drivers/net/mlx5/mlx5_flow_aso.c:315: + if (mlx5_aso_sq_create(sh->ctx,&sh->mtrmng->sq, 0, ^ ERROR:SPACING: space required before that '&' (ctx:OxV) #708: FILE: drivers/net/mlx5/mlx5_flow_aso.c:315: + if (mlx5_aso_sq_create(sh->ctx,&sh->mtrmng->sq, 0, ^ total: 2 errors, 0 warnings, 2434 lines checked