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 AE557A04B1 for ; Wed, 9 Sep 2020 01:56:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A7AB61B9B7; Wed, 9 Sep 2020 01:56:43 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 6D1BD1B9B7; Wed, 9 Sep 2020 01:56:42 +0200 (CEST) In-Reply-To: <20200908201552.14423-5-getelson@nvidia.com> References: <20200908201552.14423-5-getelson@nvidia.com> To: test-report@dpdk.org Cc: Gregory Etelson Message-Id: <20200908235642.6D1BD1B9B7@dpdk.org> Date: Wed, 9 Sep 2020 01:56:42 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw76932 [PATCH v2 4/4] app/testpmd: support 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/76932 _coding style issues_ WARNING:TYPO_SPELLING: 'argumens' may be misspelled - perhaps 'arguments'? #158: FILE: app/test-pmd/cmdline_flow.c:74: + /* Tunnel argumens. */ ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #451: FILE: app/test-pmd/config.c:1597: + for (aptr = actions, num_actions = 1; [...] + aptr++, num_actions++); ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #481: FILE: app/test-pmd/config.c:1627: + for (iptr = pattern, num_items = 1; [...] + iptr++, num_items++); total: 2 errors, 1 warnings, 496 lines checked