From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 9BEBB1B234; Tue, 19 Dec 2017 12:06:15 +0100 (CET) In-Reply-To: <3aa7c38c79a039a6131b89e790418319c86a6ce2.1513680516.git.anatoly.burakov@intel.com> References: <3aa7c38c79a039a6131b89e790418319c86a6ce2.1513680516.git.anatoly.burakov@intel.com> To: test-report@dpdk.org Cc: Anatoly Burakov Message-Id: <20171219110615.9BEBB1B234@dpdk.org> Date: Tue, 19 Dec 2017 12:06:15 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw32414 [PATCH 01/23] eal: 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:15 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/32414 _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