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 34BE6A0C4D for ; Fri, 3 Sep 2021 02:17:00 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2D63440041; Fri, 3 Sep 2021 02:17:00 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8B3BE4003E for ; Fri, 3 Sep 2021 02:16:58 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 77D3E122E33; Fri, 3 Sep 2021 02:16:58 +0200 (CEST) In-Reply-To: <20210903001542.15309-2-ivan.malov@oktetlabs.ru> References: <20210903001542.15309-2-ivan.malov@oktetlabs.ru> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ivan Malov Message-Id: <20210903001658.77D3E122E33@dpdk.org> Date: Fri, 3 Sep 2021 02:16:58 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw97845 [PATCH v2 1/5] ethdev: add API to negotiate support for Rx meta information 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/97845 _coding style issues_ WARNING:TYPO_SPELLING: 'inout' may be misspelled - perhaps 'input'? #206: FILE: lib/ethdev/ethdev_driver.h:799: + * @param[inout] features WARNING:TYPO_SPELLING: 'inout' may be misspelled - perhaps 'input'? #324: FILE: lib/ethdev/rte_ethdev.h:4943: + * @param[inout] features total: 0 errors, 2 warnings, 255 lines checked --- a/doc/guides/rel_notes/release_21_11.rst +++ b/doc/guides/rel_notes/release_21_11.rst