From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 2396B58F6; Fri, 16 Jun 2017 07:38:22 +0200 (CEST) In-Reply-To: <1497591668-3320-20-git-send-email-shreyansh.jain@nxp.com> References: <1497591668-3320-20-git-send-email-shreyansh.jain@nxp.com> To: test-report@dpdk.org Cc: Shreyansh Jain Message-Id: <20170616053822.2396B58F6@dpdk.org> Date: Fri, 16 Jun 2017 07:38:22 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw25388 [PATCH 19/38] mempool/dpaa: add support for NXP DPAA Mempool 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: Fri, 16 Jun 2017 05:38:22 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/25388 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #450: FILE: drivers/mempool/dpaa/dpaa_mempool.h:68: +#define DPAA_MEMPOOL_TO_POOL_INFO(__mp) \ + (struct pool_info_entry *)__mp->pool_data ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #453: FILE: drivers/mempool/dpaa/dpaa_mempool.h:71: +#define DPAA_MEMPOOL_TO_BPID(__mp) \ + ((struct pool_info_entry *)__mp->pool_data)->bpid total: 2 errors, 0 warnings, 422 lines checked