From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 7198D1B013; Tue, 19 Dec 2017 12:06:13 +0100 (CET) In-Reply-To: References: To: test-report@dpdk.org Cc: Anatoly Burakov Message-Id: <20171219110613.7198D1B013@dpdk.org> Date: Tue, 19 Dec 2017 12:06:13 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw32411 [PATCH RFC 01/23] eal/memory: move get_virtual_area out of linuxapp eal_memory.c 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:13 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/32411 _coding style issues_ ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #67: FILE: lib/librte_eal/common/eal_common_memory.c:76: + requested_addr = (void*) (internal_config.base_virtaddr + WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #155: FILE: lib/librte_eal/common/eal_private.h:251: + * get area of requested size. */ total: 1 errors, 1 warnings, 210 lines checked