From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id D53CFA0093 for ; Mon, 18 May 2020 12:34:10 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BF91C1D451; Mon, 18 May 2020 12:34:10 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id BF9751D44E; Mon, 18 May 2020 12:34:09 +0200 (CEST) In-Reply-To: <20200518101211.26025-1-rory.sexton@intel.com> References: <20200518101211.26025-1-rory.sexton@intel.com> To: test-report@dpdk.org Cc: "Sexton, Rory" Message-Id: <20200518103409.BF9751D44E@dpdk.org> Date: Mon, 18 May 2020 12:34:09 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw70373 [PATCH v1 1/3] examples/vm_power_manager: Make branch ratio threshold per core X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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/70373 _coding style issues_ WARNING:TYPO_SPELLING: 'seperator' may be misspelled - perhaps 'separator'? #202: FILE: examples/vm_power_manager/parse.c:95: + /* Go straight to the ':' seperator if present */ WARNING:TYPO_SPELLING: 'seperator' may be misspelled - perhaps 'separator'? #210: FILE: examples/vm_power_manager/parse.c:103: + /* Confirm ':' seperator present */ WARNING:FUNCTION_ARGUMENTS: function definition argument 'const char *' should also have an identifier name #235: FILE: examples/vm_power_manager/parse.h:15: +int WARNING:FUNCTION_ARGUMENTS: function definition argument 'float *' should also have an identifier name #235: FILE: examples/vm_power_manager/parse.h:15: +int ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 4 warnings, 174 lines checked