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 5945BA0A03 for ; Tue, 19 Jan 2021 08:30:50 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 242BD140D54; Tue, 19 Jan 2021 08:30:49 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id 40ACD140D4D for ; Tue, 19 Jan 2021 08:30:47 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 3D83328EE; Tue, 19 Jan 2021 08:30:47 +0100 (CET) In-Reply-To: <1611041295-12797-5-git-send-email-xuemingl@nvidia.com> References: <1611041295-12797-5-git-send-email-xuemingl@nvidia.com> To: test-report@dpdk.org Cc: Xueming Li Message-Id: <20210119073047.3D83328EE@dpdk.org> Date: Tue, 19 Jan 2021 08:30:47 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw86870 [PATCH v4 4/8] net/mlx5: refactor bonding representor probe 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/86870 _coding style issues_ CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #167: FILE: drivers/net/mlx5/linux/mlx5_os.c:699: + repr = rte_eth_representor_id_encode( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #203: FILE: drivers/net/mlx5/linux/mlx5_os.c:767: + repr_id = rte_eth_representor_id_encode( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #620: FILE: drivers/net/mlx5/mlx5_mac.c:173: + rte_eth_representor_id_parse( total: 0 errors, 0 warnings, 3 checks, 488 lines checked