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 52B2743AFA for ; Mon, 12 Feb 2024 19:13:54 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4D9A4402BF; Mon, 12 Feb 2024 19:13:54 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A7E2240279 for ; Mon, 12 Feb 2024 19:13:53 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 8B16E121F0B; Mon, 12 Feb 2024 19:13:53 +0100 (CET) Subject: |WARNING| pw136601 [PATCH v6] ethdev: add template table resize API In-Reply-To: <20240212181223.596081-1-getelson@nvidia.com> References: <20240212181223.596081-1-getelson@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Gregory Etelson Message-Id: <20240212181353.8B16E121F0B@dpdk.org> Date: Mon, 12 Feb 2024 19:13:53 +0100 (CET) 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/136601 _coding style issues_ WARNING:REPEATED_WORD: Possible repeated word: 'template' #705: FILE: doc/guides/rel_notes/release_24_03.rst:61: + Set when template template must be created with the resizable property. WARNING:TYPO_SPELLING: 'wheather' may be misspelled - perhaps 'weather'? #707: FILE: doc/guides/rel_notes/release_24_03.rst:63: + Query wheather template table can be resized. ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #938: FILE: lib/ethdev/rte_flow.h:5849: + rte_flow_template_table_attr *tbl_attr); ^ total: 1 errors, 2 warnings, 796 lines checked