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 6BF90A00C4 for ; Wed, 8 Dec 2021 20:00:39 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BF76F426DC; Wed, 8 Dec 2021 20:00:38 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id BF50C426DB for ; Wed, 8 Dec 2021 20:00:37 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id BC282120D7E; Wed, 8 Dec 2021 20:00:37 +0100 (CET) Subject: |WARNING| pw105031 [PATCH v14 02/11] app/test: remove POSIX-specific code In-Reply-To: <1638990000-3228-3-git-send-email-jizh@linux.microsoft.com> References: <1638990000-3228-3-git-send-email-jizh@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Jie Zhou Message-Id: <20211208190037.BC282120D7E@dpdk.org> Date: Wed, 8 Dec 2021 20:00:37 +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/105031 _coding style issues_ ERROR:SPACING: space required after that ',' (ctx:VxV) #194: FILE: app/test/test_cmdline_ipaddr.c:15: +#define IP4(a,b,c,d) {.s_addr = (uint32_t)(((a) & 0xff) | \ ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #194: FILE: app/test/test_cmdline_ipaddr.c:15: +#define IP4(a,b,c,d) {.s_addr = (uint32_t)(((a) & 0xff) | \ ^ ERROR:SPACING: space required after that ',' (ctx:VxV) #194: FILE: app/test/test_cmdline_ipaddr.c:15: +#define IP4(a,b,c,d) {.s_addr = (uint32_t)(((a) & 0xff) | \ ^ total: 3 errors, 0 warnings, 262 lines checked