From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D455CA0093 for ; Fri, 23 Dec 2022 03:53:02 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C8401427EB; Fri, 23 Dec 2022 03:53:02 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 61E0F40697 for ; Fri, 23 Dec 2022 03:53:01 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 5A4E1122EC0; Fri, 23 Dec 2022 03:53:01 +0100 (CET) Subject: |WARNING| pw121313 [PATCH 01/21] net/cpfl: support device initialization In-Reply-To: <20221223015558.3143279-2-mingxia.liu@intel.com> References: <20221223015558.3143279-2-mingxia.liu@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Mingxia Liu Message-Id: <20221223025301.5A4E1122EC0@dpdk.org> Date: Fri, 23 Dec 2022 03:53:01 +0100 (CET) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/121313 _coding style issues_ ERROR:SPACING: space required after that ',' (ctx:VxB) #1097: FILE: drivers/net/cpfl/cpfl_logs.h:17: + RTE_FMT_HEAD(__VA_ARGS__,) " ", \ ^ ERROR:SPACING: space required after that ',' (ctx:VxB) #1099: FILE: drivers/net/cpfl/cpfl_logs.h:19: + RTE_FMT_TAIL(__VA_ARGS__,))) ^ ERROR:SPACING: space required after that ',' (ctx:VxB) #1105: FILE: drivers/net/cpfl/cpfl_logs.h:25: + RTE_FMT_HEAD(__VA_ARGS__,) " ", \ ^ ERROR:SPACING: space required after that ',' (ctx:VxB) #1107: FILE: drivers/net/cpfl/cpfl_logs.h:27: + RTE_FMT_TAIL(__VA_ARGS__,))) ^ total: 4 errors, 0 warnings, 0 checks, 1002 lines checked