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 E2B3CA034C for ; Wed, 9 Nov 2022 20:17:19 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DF2DE4021E; Wed, 9 Nov 2022 20:17:19 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 49095400EF for ; Wed, 9 Nov 2022 20:17:18 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 3FC27121F24; Wed, 9 Nov 2022 20:17:18 +0100 (CET) Subject: |WARNING| pw119645 [PATCH 09/14] l3fwd: fix whitespace In-Reply-To: <20221109191445.140320-10-stephen@networkplumber.org> References: <20221109191445.140320-10-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20221109191718.3FC27121F24@dpdk.org> Date: Wed, 9 Nov 2022 20:17:18 +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/119645 _coding style issues_ ERROR:SPACING: space required after that ',' (ctx:VxV) #100: FILE: examples/l3fwd-power/main.c:1790: + if ((p0 = strchr(p,')')) == NULL) ^ ERROR:ASSIGN_IN_IF: do not use assignment in if condition #100: FILE: examples/l3fwd-power/main.c:1790: + if ((p0 = strchr(p,')')) == NULL) ERROR:SPACING: space required after that ',' (ctx:VxV) #127: FILE: examples/l3fwd/main.c:519: + if ((p0 = strchr(p,')')) == NULL) ^ ERROR:ASSIGN_IN_IF: do not use assignment in if condition #127: FILE: examples/l3fwd/main.c:519: + if ((p0 = strchr(p,')')) == NULL) total: 4 errors, 0 warnings, 42 lines checked