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 2DAC4A00C5 for ; Wed, 12 Jan 2022 19:46:04 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 152B74270D; Wed, 12 Jan 2022 19:46:04 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E7FAF40150 for ; Wed, 12 Jan 2022 19:46:02 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id C19E0121D83; Wed, 12 Jan 2022 19:46:02 +0100 (CET) Subject: |WARNING| pw105753 [PATCH] examples/pipeline: print table entries to file In-Reply-To: <20220112183518.77895-1-cristian.dumitrescu@intel.com> References: <20220112183518.77895-1-cristian.dumitrescu@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Cristian Dumitrescu Message-Id: <20220112184602.C19E0121D83@dpdk.org> Date: Wed, 12 Jan 2022 19:46:02 +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/105753 _coding style issues_ ERROR:SPACING: space prohibited before that ',' (ctx:WxW) #100: FILE: examples/pipeline/cli.c:1376: + file = (n_tokens == 6) ? fopen(tokens[5] , "w") : stdout; ^ total: 1 errors, 0 warnings, 78 lines checked