From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 583AFF94F; Sat, 25 Feb 2017 02:24:51 +0100 (CET) In-Reply-To: <1487985795-136044-6-git-send-email-allain.legacy@windriver.com> References: <1487985795-136044-6-git-send-email-allain.legacy@windriver.com> To: test-report@dpdk.org Cc: Allain Legacy Message-Id: <20170225012451.583AFF94F@dpdk.org> Date: Sat, 25 Feb 2017 02:24:51 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw20740 [PATCH 05/16] net/avp: debug log 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: Sat, 25 Feb 2017 01:24:51 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/20740 _coding style issues_ ERROR:SPACING: space prohibited before that ',' (ctx:WxW) #115: FILE: drivers/net/avp/avp_logs.h:40: + RTE_LOG(level, PMD, "%s() rx: " fmt , __func__, ## args) ^ ERROR:SPACING: space prohibited before that ',' (ctx:WxW) #122: FILE: drivers/net/avp/avp_logs.h:47: + RTE_LOG(level, PMD, "%s() tx: " fmt , __func__, ## args) ^ ERROR:SPACING: space prohibited before that ',' (ctx:WxW) #129: FILE: drivers/net/avp/avp_logs.h:54: + RTE_LOG(level, PMD, "%s(): " fmt , __func__, ## args) ^ total: 3 errors, 0 warnings, 0 checks, 69 lines checked