From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 037D868C1; Wed, 3 May 2017 13:30:24 +0200 (CEST) In-Reply-To: <1493810961-139469-2-git-send-email-harry.van.haaren@intel.com> References: <1493810961-139469-2-git-send-email-harry.van.haaren@intel.com> To: test-report@dpdk.org Cc: Harry van Haaren Message-Id: <20170503113024.037D868C1@dpdk.org> Date: Wed, 3 May 2017 13:30:24 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw24072 [PATCH RFC] service core concept header implementation 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: , X-List-Received-Date: Wed, 03 May 2017 11:30:24 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/24072 _coding style issues_ WARNING:TYPO_SPELLING: 'seperate' may be misspelled - perhaps 'separate'? #147: FILE: lib/librte_eal/common/include/rte_service.h:110: +/** @internal - this will not be visible to application, defined in a seperate WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #149: FILE: lib/librte_eal/common/include/rte_service.h:112: + * to the actual function pointers - so hide them. */ ERROR:FUNCTION_WITHOUT_ARGS: Bad function definition - uint32_t rte_eal_service_get_count() should probably be uint32_t rte_eal_service_get_count(void) #191: FILE: lib/librte_eal/common/include/rte_service.h:154: +uint32_t rte_eal_service_get_count(); total: 1 errors, 2 warnings, 211 lines checked