From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 179951B220; Tue, 19 Dec 2017 12:15:34 +0100 (CET) In-Reply-To: References: To: test-report@dpdk.org Cc: Anatoly Burakov Message-Id: <20171219111534.179951B220@dpdk.org> Date: Tue, 19 Dec 2017 12:15:34 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw32463 [PATCH RFC v2 13/23] eal: make use of dynamic memory allocation for init 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:15:34 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/32463 _coding style issues_ ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #55: FILE: lib/librte_eal/linuxapp/eal/eal_memory.c:1326: +static int +eal_hugepage_init(void) { WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #90: FILE: lib/librte_eal/linuxapp/eal/eal_memory.c:1361: + unsigned num_pages = hpi->num_pages[socket_id]; total: 1 errors, 1 warnings, 84 lines checked