From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 77B5F1D0AC; Fri, 8 Jun 2018 19:26:13 +0200 (CEST) In-Reply-To: <1528478659-15859-3-git-send-email-anoob.joseph@caviumnetworks.com> References: <1528478659-15859-3-git-send-email-anoob.joseph@caviumnetworks.com> To: test-report@dpdk.org Cc: Anoob Joseph Message-Id: <20180608172613.77B5F1D0AC@dpdk.org> Date: Fri, 8 Jun 2018 19:26:13 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw40902 [PATCH 02/20] eventdev: add routines for logging eventmode helper 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, 08 Jun 2018 17:26:13 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/40902 _coding style issues_ ERROR:SPACING: space required after that ',' (ctx:VxB) #81: FILE: lib/librte_eventdev/rte_eventmode_helper_internal.h:13: + RTE_FMT("%s(): " RTE_FMT_HEAD(__VA_ARGS__,) " ", \ ^ ERROR:SPACING: space required after that ',' (ctx:VxB) #82: FILE: lib/librte_eventdev/rte_eventmode_helper_internal.h:14: + __func__, RTE_FMT_TAIL(__VA_ARGS__,))) ^ ERROR:SPACING: space required after that ',' (ctx:VxB) #86: FILE: lib/librte_eventdev/rte_eventmode_helper_internal.h:18: + RTE_FMT(RTE_FMT_HEAD(__VA_ARGS__,) " ", \ ^ ERROR:SPACING: space required after that ',' (ctx:VxB) #87: FILE: lib/librte_eventdev/rte_eventmode_helper_internal.h:19: + RTE_FMT_TAIL(__VA_ARGS__,))) ^ ERROR:SPACING: space required after that ',' (ctx:VxB) #92: FILE: lib/librte_eventdev/rte_eventmode_helper_internal.h:24: + RTE_FMT("%s() line %u: " RTE_FMT_HEAD(__VA_ARGS__,) " ", \ ^ ERROR:SPACING: space required after that ',' (ctx:VxB) #93: FILE: lib/librte_eventdev/rte_eventmode_helper_internal.h:25: + __func__, __LINE__, RTE_FMT_TAIL(__VA_ARGS__,))) ^ total: 6 errors, 0 warnings, 49 lines checked