From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 8287C7CBB; Wed, 5 Jul 2017 02:11:08 +0200 (CEST) In-Reply-To: <1499179471-19145-23-git-send-email-shreyansh.jain@nxp.com> References: <1499179471-19145-23-git-send-email-shreyansh.jain@nxp.com> To: test-report@dpdk.org Cc: Shreyansh Jain Message-Id: <20170705001108.8287C7CBB@dpdk.org> Date: Wed, 5 Jul 2017 02:11:08 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw26410 [PATCH v2 22/40] bus/dpaa: add DPAA PMD 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:11:08 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/26410 _coding style issues_ ERROR:SPACING: space required before the open parenthesis '(' #73: FILE: drivers/bus/dpaa/rte_dpaa_logs.h:109: +#define DPAA_PMD_DEBUG(fmt, args...) do { } while(0) ERROR:SPACING: space required before the open parenthesis '(' #74: FILE: drivers/bus/dpaa/rte_dpaa_logs.h:110: +#define DPAA_PMD_WARN(fmt, args...) do { } while(0) total: 2 errors, 0 warnings, 62 lines checked