From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 501CC1B23E; Tue, 19 Dec 2017 12:06:16 +0100 (CET) In-Reply-To: <102eef02bcc02ed0ea00872df89c6992758e0842.1513594170.git.anatoly.burakov@intel.com> References: <102eef02bcc02ed0ea00872df89c6992758e0842.1513594170.git.anatoly.burakov@intel.com> To: test-report@dpdk.org Cc: Anatoly Burakov Message-Id: <20171219110616.501CC1B23E@dpdk.org> Date: Tue, 19 Dec 2017 12:06:16 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw32415 [PATCH RFC 02/23] eal/lcore: add function to report number of detected sockets 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: Tue, 19 Dec 2017 11:06:16 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/32415 _coding style issues_ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #39: FILE: lib/librte_eal/common/eal_common_lcore.c:60: + unsigned max_socket_id = 0; WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #62: FILE: lib/librte_eal/common/eal_common_lcore.c:120: +unsigned rte_num_sockets(void) { ERROR:OPEN_BRACE: open brace '{' following function declarations go on the next line #62: FILE: lib/librte_eal/common/eal_common_lcore.c:120: +unsigned rte_num_sockets(void) { WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #91: FILE: lib/librte_eal/common/include/rte_lcore.h:156: +unsigned rte_num_sockets(void); total: 1 errors, 3 warnings, 49 lines checked