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 557B9A0543 for ; Fri, 12 Aug 2022 19:28:48 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5269D40A89; Fri, 12 Aug 2022 19:28:48 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C87C440A7F for ; Fri, 12 Aug 2022 19:28:46 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id C2E73120775; Fri, 12 Aug 2022 19:28:46 +0200 (CEST) Subject: |WARNING| pw114929 [PATCH v2 1/3] ethdev: introduce pool sort capability In-Reply-To: <20220812172451.1208933-1-hpothula@marvell.com> References: <20220812172451.1208933-1-hpothula@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Hanumanth Pothula Message-Id: <20220812172846.C2E73120775@dpdk.org> Date: Fri, 12 Aug 2022 19:28:46 +0200 (CEST) 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/114929 _coding style issues_ WARNING:TYPO_SPELLING: 'differnt' may be misspelled - perhaps 'different'? #145: FILE: lib/ethdev/rte_ethdev.c:1647: + "Invalid capabilities, multi_pools:%d differnt length segments %u exceed supported %u ", WARNING:LONG_LINE_COMMENT: line length of 105 exceeds 100 columns #336: FILE: lib/ethdev/rte_ethdev.h:1865: + uint32_t mode_split : 1; /**< Supports buffer split capability @see struct rte_eth_rxseg_split */ total: 0 errors, 2 warnings, 203 lines checked