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 3CCD4A04B0 for ; Mon, 24 Aug 2020 11:40:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 243191C0CD; Mon, 24 Aug 2020 11:40:57 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 3B41D1C0B7; Mon, 24 Aug 2020 11:40:55 +0200 (CEST) In-Reply-To: <20200824094021.2323605-2-ferruh.yigit@intel.com> References: <20200824094021.2323605-2-ferruh.yigit@intel.com> To: test-report@dpdk.org Cc: Ferruh Yigit Message-Id: <20200824094055.3B41D1C0B7@dpdk.org> Date: Mon, 24 Aug 2020 11:40:55 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw75870 [PATCH 2/7] ethdev: move inline device operations 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/75870 _coding style issues_ WARNING:LONG_LINE_COMMENT: line over 100 characters #868: FILE: lib/librte_ethdev/rte_ethdev_core.h:777: + eth_rx_descriptor_status_t rx_descriptor_status; /**< Check the status of a Rx descriptor. */ WARNING:LONG_LINE_COMMENT: line over 100 characters #869: FILE: lib/librte_ethdev/rte_ethdev_core.h:778: + eth_tx_descriptor_status_t tx_descriptor_status; /**< Check the status of a Tx descriptor. */ total: 0 errors, 2 warnings, 561 lines checked