From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 2535C1B19F; Thu, 21 Sep 2017 10:59:26 +0200 (CEST) In-Reply-To: <1505984291-18702-1-git-send-email-pbhagavatula@caviumnetworks.com> References: <1505984291-18702-1-git-send-email-pbhagavatula@caviumnetworks.com> To: test-report@dpdk.org Cc: Pavan Bhagavatula Message-Id: <20170921085926.2535C1B19F@dpdk.org> Date: Thu, 21 Sep 2017 10:59:26 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw29053 [PATCH v2] eal: add function to check lcore role 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: Thu, 21 Sep 2017 08:59:26 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/29053 _coding style issues_ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #86: FILE: lib/librte_eal/common/include/rte_lcore.h:277: +rte_lcore_has_role(unsigned lcore_id, enum rte_lcore_role_t role); WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #134: FILE: lib/librte_eal/common/rte_lcore.c:38: +rte_lcore_has_role(unsigned lcore_id, enum rte_lcore_role_t role) total: 0 errors, 2 warnings, 101 lines checked