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 2C441A00C4 for ; Wed, 8 Dec 2021 02:51:47 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A0240426FD; Wed, 8 Dec 2021 02:51:46 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 6D011426E1 for ; Wed, 8 Dec 2021 02:51:45 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 69070120D7E; Wed, 8 Dec 2021 02:51:45 +0100 (CET) Subject: |WARNING| pw105015 [PATCH v13 02/11] app/test: remove POSIX-specific code In-Reply-To: <1638928262-13177-3-git-send-email-jizh@linux.microsoft.com> References: <1638928262-13177-3-git-send-email-jizh@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Jie Zhou Message-Id: <20211208015145.69070120D7E@dpdk.org> Date: Wed, 8 Dec 2021 02:51:45 +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/105015 _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