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 7DA50A04B1 for ; Wed, 9 Sep 2020 01:38:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 741171BE85; Wed, 9 Sep 2020 01:38:52 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id F2BDD1BE85; Wed, 9 Sep 2020 01:38:49 +0200 (CEST) In-Reply-To: <20200903211000.244931-2-ferruh.yigit@intel.com> References: <20200903211000.244931-2-ferruh.yigit@intel.com> To: test-report@dpdk.org Cc: Ferruh Yigit Message-Id: <20200908233849.F2BDD1BE85@dpdk.org> Date: Wed, 9 Sep 2020 01:38:49 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw76471 [PATCH v2 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/76471 _coding style issues_ WARNING:LONG_LINE_COMMENT: line over 100 characters #900: 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 #901: 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, 577 lines checked