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 0223FA04DB for ; Fri, 16 Oct 2020 14:53:10 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E9C201EE05; Fri, 16 Oct 2020 14:53:09 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id F103D1EE03; Fri, 16 Oct 2020 14:53:07 +0200 (CEST) In-Reply-To: <20201016125108.22997-4-getelson@nvidia.com> References: <20201016125108.22997-4-getelson@nvidia.com> To: test-report@dpdk.org Cc: Gregory Etelson Message-Id: <20201016125307.F103D1EE03@dpdk.org> Date: Fri, 16 Oct 2020 14:53:07 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw81106 [PATCH v8 3/3] 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/81106 _coding style issues_ ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #586: FILE: app/test-pmd/config.c:2002: + for (aptr = actions, num_actions = 1; [...] + aptr++, num_actions++); ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #615: FILE: app/test-pmd/config.c:2031: + for (iptr = pattern, num_items = 1; [...] + iptr++, num_items++); total: 2 errors, 0 warnings, 775 lines checked