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 E3F134627B for ; Fri, 21 Feb 2025 13:48:00 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DFCCA402CC; Fri, 21 Feb 2025 13:48:00 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 0D23D402BB for ; Fri, 21 Feb 2025 13:47:55 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 7BAF3127813; Fri, 21 Feb 2025 13:47:43 +0100 (CET) Subject: |WARNING| pw151794 [PATCH] sched: fix wrr parameter data type In-Reply-To: <20250221124755.427459-1-megha.ajmera@intel.com> References: <20250221124755.427459-1-megha.ajmera@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Megha Ajmera Message-Id: <20250221124743.7BAF3127813@dpdk.org> Date: Fri, 21 Feb 2025 13:47:43 +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/151794 _coding style issues_ WARNING:TYPO_SPELLING: 'chnages' may be misspelled - perhaps 'changes'? #68: type mismatch. This patch chnages the data type to uint16_t. total: 0 errors, 1 warnings, 8 lines checked