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 EFECAA00C3 for ; Mon, 19 Sep 2022 11:06:05 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E42374281A; Mon, 19 Sep 2022 11:06:05 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8B2134281A for ; Mon, 19 Sep 2022 11:06:04 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id A94AC121F02; Mon, 19 Sep 2022 11:06:03 +0200 (CEST) Subject: |WARNING| pw116421 [PATCH v3 1/3] power: add uncore frequency control API to the power library In-Reply-To: <20220919090540.827884-2-tadhg.kearney@intel.com> References: <20220919090540.827884-2-tadhg.kearney@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Tadhg Kearney Message-Id: <20220919090603.A94AC121F02@dpdk.org> Date: Mon, 19 Sep 2022 11:06:03 +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/116421 _coding style issues_ ERROR:TRAILING_WHITESPACE: trailing whitespace #142: FILE: doc/guides/rel_notes/release_22_11.rst:61: + manipulating related uncore frequency control sysfs entries to $ WARNING:TYPO_SPELLING: 'kernal' may be misspelled - perhaps 'kernel'? #567: FILE: lib/power/rte_power_uncore.c:396: + "Uncore frequency management only supported on x86 with linux kernal >= 5.6."); WARNING:TYPO_SPELLING: 'kernal' may be misspelled - perhaps 'kernel'? #603: FILE: lib/power/rte_power_uncore.c:432: + "Uncore frequency management only supported on x86 with linux kernal >= 5.6."); total: 1 errors, 2 warnings, 716 lines checked