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 12811A046B for ; Tue, 7 Jan 2020 15:58:55 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 063E11D9C4; Tue, 7 Jan 2020 15:58:55 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 995FB1D9CE; Tue, 7 Jan 2020 15:58:53 +0100 (CET) In-Reply-To: <20200107145637.8922-1-laurent.hardy@6wind.com> References: <20200107145637.8922-1-laurent.hardy@6wind.com> To: test-report@dpdk.org Cc: Laurent Hardy Message-Id: <20200107145853.995FB1D9CE@dpdk.org> Date: Tue, 7 Jan 2020 15:58:53 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw64274 [PATCH] librte_ethdev: extend dpdk api led control to query capability 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/64274 _coding style issues_ WARNING:LONG_LINE_COMMENT: line over 90 characters #181: FILE: lib/librte_ethdev/rte_ethdev_core.h:681: + eth_dev_led_ctrl_capable_t dev_led_ctrl_capable; /**< Get led control capability. */ total: 0 errors, 1 warnings, 71 lines checked __rte_experimental must appear alone on the line immediately preceding the return type of a function.