From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 5D7707D22; Fri, 25 Aug 2017 12:27:50 +0200 (CEST) In-Reply-To: <1503499644-29432-3-git-send-email-erik.g.carrillo@intel.com> References: <1503499644-29432-3-git-send-email-erik.g.carrillo@intel.com> To: test-report@dpdk.org Cc: Erik Carrillo Message-Id: <20170825102750.5D7707D22@dpdk.org> Date: Fri, 25 Aug 2017 12:27:50 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw27814 [PATCH 2/3] timer: handle timers installed from non-EAL 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, 25 Aug 2017 10:27:50 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/27814 _coding style issues_ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #44: FILE: lib/librte_timer/rte_timer.c:88: +static unsigned enabled_lcores[RTE_MAX_LCORE + 1]; WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #53: FILE: lib/librte_timer/rte_timer.c:106: + unsigned target_lcore, installer_lcore; WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #96: FILE: lib/librte_timer/rte_timer.c:313: + unsigned installer_lcore, lcore_id = rte_lcore_id(); total: 0 errors, 3 warnings, 88 lines checked