From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 767D937A8; Tue, 14 Feb 2017 15:36:27 +0100 (CET) In-Reply-To: <1487082966-21074-1-git-send-email-jblunck@infradead.org> References: <1487082966-21074-1-git-send-email-jblunck@infradead.org> To: test-report@dpdk.org Cc: Jan Blunck Message-Id: <20170214143627.767D937A8@dpdk.org> Date: Tue, 14 Feb 2017 15:36:27 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw20416 [PATCH 1/2] Fix container_of() macro to work with const members 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, 14 Feb 2017 14:36:27 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/20416 _coding style issues_ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #79: FILE: lib/librte_eal/common/include/rte_common.h:350: + const typeof(((type *)0)->member) *_ptr = (ptr); \ ^ total: 1 errors, 0 warnings, 11 lines checked