From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 023571B93A; Wed, 25 Oct 2017 14:06:30 +0200 (CEST) In-Reply-To: <20171025120036.22458-2-declan.doherty@intel.com> References: <20171025120036.22458-2-declan.doherty@intel.com> To: test-report@dpdk.org Cc: Declan Doherty Message-Id: <20171025120630.023571B93A@dpdk.org> Date: Wed, 25 Oct 2017 14:06:30 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw30859 [PATCH v2 1/3] cryptodev: add new APIs to assist PMD initialisation 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, 25 Oct 2017 12:06:30 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/30859 _coding style issues_ ERROR:SPACING: space required after that ',' (ctx:VxB) #61: FILE: lib/librte_cryptodev/rte_cryptodev.h:65: + RTE_FMT(RTE_FMT_HEAD(__VA_ARGS__,) " ", \ ^ ERROR:SPACING: space required after that ',' (ctx:VxB) #62: FILE: lib/librte_cryptodev/rte_cryptodev.h:66: + RTE_FMT_TAIL(__VA_ARGS__,))) ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #80: FILE: lib/librte_cryptodev/rte_cryptodev_pmd.c:49: + n = snprintf(params->name, RTE_CRYPTODEV_NAME_MAX_LEN, "%s",value); ^ total: 3 errors, 0 warnings, 306 lines checked