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 74955423F2 for ; Mon, 16 Jan 2023 18:28:42 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 708EC40687; Mon, 16 Jan 2023 18:28:42 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C6B4B40042 for ; Mon, 16 Jan 2023 18:28:39 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id BD9DE123659; Mon, 16 Jan 2023 18:28:39 +0100 (CET) Subject: |WARNING| pw122113 [PATCH 5/7] examples: fix whitespace In-Reply-To: <20230116172732.84976-6-stephen@networkplumber.org> References: <20230116172732.84976-6-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20230116172839.BD9DE123659@dpdk.org> Date: Mon, 16 Jan 2023 18:28:39 +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/122113 _coding style issues_ ERROR:SPACING: space required after that ',' (ctx:VxV) #117: FILE: examples/l3fwd-power/main.c:1790: + if ((p0 = strchr(p,')')) == NULL) ^ ERROR:ASSIGN_IN_IF: do not use assignment in if condition #117: FILE: examples/l3fwd-power/main.c:1790: + if ((p0 = strchr(p,')')) == NULL) ERROR:SPACING: space required after that ',' (ctx:VxV) #135: FILE: examples/l3fwd/main.c:519: + if ((p0 = strchr(p,')')) == NULL) ^ ERROR:ASSIGN_IN_IF: do not use assignment in if condition #135: FILE: examples/l3fwd/main.c:519: + if ((p0 = strchr(p,')')) == NULL) total: 4 errors, 0 warnings, 50 lines checked