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 DF3C7A0524 for ; Sun, 14 Mar 2021 12:59:13 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D38CD160836; Sun, 14 Mar 2021 12:59:13 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id 3C30D4067A for ; Sun, 14 Mar 2021 12:59:12 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 2193E3DC; Sun, 14 Mar 2021 12:59:12 +0100 (CET) In-Reply-To: <20210314115803.3110-3-viacheslavo@nvidia.com> References: <20210314115803.3110-3-viacheslavo@nvidia.com> To: test-report@dpdk.org Cc: Viacheslav Ovsiienko Message-Id: <20210314115912.2193E3DC@dpdk.org> Date: Sun, 14 Mar 2021 12:59:12 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw89074 [PATCH 2/5] net/mlx5: add timestamp format support 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/89074 _coding style issues_ WARNING:SUSPECT_COMMA_SEMICOLON: Possible comma where semicolon could be used #166: FILE: drivers/net/mlx5/mlx5_txpp.c:447: + sq_attr.ts_format = mlx5_ts_format_conv(sh->sq_ts_format), ret = mlx5_devx_sq_create(sh->ctx, &wq->sq_obj, log2above(wq->sq_size), &sq_attr, sh->numa_node); total: 0 errors, 1 warnings, 0 checks, 75 lines checked