From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1CA5EA04B5 for ; Wed, 30 Sep 2020 11:21:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 13DCD1DB12; Wed, 30 Sep 2020 11:21:34 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 087361DB13; Wed, 30 Sep 2020 11:21:33 +0200 (CEST) In-Reply-To: <20200930091854.19768-5-getelson@nvidia.com> References: <20200930091854.19768-5-getelson@nvidia.com> To: test-report@dpdk.org Cc: Gregory Etelson Message-Id: <20200930092133.087361DB13@dpdk.org> Date: Wed, 30 Sep 2020 11:21:33 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw79308 [PATCH v3 4/4] app/testpmd: add commands for tunnel offload API X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/79308 _coding style issues_ WARNING:TYPO_SPELLING: 'argumens' may be misspelled - perhaps 'arguments'? #164: FILE: app/test-pmd/cmdline_flow.c:74: + /* Tunnel argumens. */ ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #578: FILE: app/test-pmd/config.c:1605: + for (aptr = actions, num_actions = 1; [...] + aptr++, num_actions++); ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #607: FILE: app/test-pmd/config.c:1634: + for (iptr = pattern, num_items = 1; [...] + iptr++, num_items++); total: 2 errors, 1 warnings, 775 lines checked