From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 068251B1F2; Fri, 19 Oct 2018 11:27:03 +0200 (CEST) In-Reply-To: <20181015222110.61564-1-ferruh.yigit@intel.com> References: <20181015222110.61564-1-ferruh.yigit@intel.com> To: test-report@dpdk.org Cc: Ferruh Yigit Message-Id: <20181019092703.068251B1F2@dpdk.org> Date: Fri, 19 Oct 2018 11:27:03 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw46856 [v2, 1/2] eal: add API that sleeps while waiting for threads 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: Fri, 19 Oct 2018 09:27:03 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/46856 _coding style issues_ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #104: FILE: lib/librte_eal/common/eal_common_launch.c:43: +rte_eal_wait_lcore_sleep(unsigned slave_id) WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #163: FILE: lib/librte_eal/common/include/rte_launch.h:156: +rte_eal_wait_lcore_sleep(unsigned slave_id); total: 0 errors, 2 warnings, 144 lines checked