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 A0C4FA0A0C for ; Fri, 30 Jul 2021 15:57:43 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8CB5A40040; Fri, 30 Jul 2021 15:57:43 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 2C2BA4003F for ; Fri, 30 Jul 2021 15:57:42 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 126BD122E58; Fri, 30 Jul 2021 15:57:42 +0200 (CEST) In-Reply-To: <20210730135533.417611-2-thomas@monjalon.net> References: <20210730135533.417611-2-thomas@monjalon.net> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Thomas Monjalon Message-Id: <20210730135742.126BD122E58@dpdk.org> Date: Fri, 30 Jul 2021 15:57:42 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw96461 [RFC PATCH v2 1/7] hcdev: introduce heterogeneous computing device library 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/96461 _coding style issues_ ERROR:SPACING: space required after that ',' (ctx:VxB) #366: FILE: lib/hcdev/hcdev.c:17: + RTE_FMT_HEAD(__VA_ARGS__,) " ", RTE_FMT_TAIL(__VA_ARGS__,))) ^ ERROR:SPACING: space required after that ',' (ctx:VxB) #366: FILE: lib/hcdev/hcdev.c:17: + RTE_FMT_HEAD(__VA_ARGS__,) " ", RTE_FMT_TAIL(__VA_ARGS__,))) ^ total: 2 errors, 0 warnings, 647 lines checked --- a/doc/guides/rel_notes/release_21_08.rst +++ b/doc/guides/rel_notes/release_21_08.rst