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 D4BDEA0A03 for ; Mon, 18 Jan 2021 12:29:59 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C877D140E31; Mon, 18 Jan 2021 12:29:59 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id EFD6E140E2B for ; Mon, 18 Jan 2021 12:29:58 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id DE10B28EE; Mon, 18 Jan 2021 12:29:58 +0100 (CET) In-Reply-To: <1610969353-31938-5-git-send-email-xuemingl@nvidia.com> References: <1610969353-31938-5-git-send-email-xuemingl@nvidia.com> To: test-report@dpdk.org Cc: Xueming Li Message-Id: <20210118112958.DE10B28EE@dpdk.org> Date: Mon, 18 Jan 2021 12:29:58 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw86793 [PATCH v3 4/9] 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/86793 _coding style issues_ CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #169: 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 '(' #205: 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 '(' #622: FILE: drivers/net/mlx5/mlx5_mac.c:173: + rte_eth_representor_id_parse( total: 0 errors, 0 warnings, 3 checks, 488 lines checked