From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 16BA27CBE; Wed, 5 Jul 2017 02:10:49 +0200 (CEST) In-Reply-To: <1499179471-19145-19-git-send-email-shreyansh.jain@nxp.com> References: <1499179471-19145-19-git-send-email-shreyansh.jain@nxp.com> To: test-report@dpdk.org Cc: Shreyansh Jain Message-Id: <20170705001049.16BA27CBE@dpdk.org> Date: Wed, 5 Jul 2017 02:10:49 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw26398 [PATCH v2 18/40] bus/dpaa: add DPAA mempool logging macros 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: Wed, 05 Jul 2017 00:10:49 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/26398 _coding style issues_ ERROR:SPACING: space required before the open parenthesis '(' #73: FILE: drivers/bus/dpaa/rte_dpaa_logs.h:81: +#define DPAA_MEMPOOL_DEBUG(fmt, args...) do { } while(0) ERROR:SPACING: space required before the open parenthesis '(' #74: FILE: drivers/bus/dpaa/rte_dpaa_logs.h:82: +#define DPAA_MEMPOOL_WARN(fmt, args...) do { } while(0) total: 2 errors, 0 warnings, 53 lines checked