From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id A5206A0096 for ; Wed, 10 Apr 2019 13:30:04 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 989E55589; Wed, 10 Apr 2019 13:30:04 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 3F2F85942; Wed, 10 Apr 2019 13:30:00 +0200 (CEST) In-Reply-To: <0235680ea84ba74d3ecebb62bf5af19559c5170e.1554894982.git.dekelp@mellanox.com> References: <0235680ea84ba74d3ecebb62bf5af19559c5170e.1554894982.git.dekelp@mellanox.com> To: test-report@dpdk.org Cc: Dekel Peled Message-Id: <20190410113000.3F2F85942@dpdk.org> Date: Wed, 10 Apr 2019 13:30:00 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw52584 [PATCH v3 1/3] ethdev: add actions to modify TCP header fields 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/52584 _coding style issues_ ERROR:TRAILING_WHITESPACE: trailing whitespace #49: FILE: doc/guides/prog_guide/rte_flow.rst:2353: +Using this action on non-matching traffic will result in undefined behavior, $ ERROR:TRAILING_WHITESPACE: trailing whitespace #67: FILE: doc/guides/prog_guide/rte_flow.rst:2371: +Using this action on non-matching traffic will result in undefined behavior, $ ERROR:TRAILING_WHITESPACE: trailing whitespace #85: FILE: doc/guides/prog_guide/rte_flow.rst:2389: +Using this action on non-matching traffic will result in undefined behavior, $ ERROR:TRAILING_WHITESPACE: trailing whitespace #103: FILE: doc/guides/prog_guide/rte_flow.rst:2407: +Using this action on non-matching traffic will result in undefined behavior, $ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #193: FILE: lib/librte_ethdev/rte_flow.h:2170: + * General integer type, can be expanded as needed. +*/ WARNING:LEADING_SPACE: please, no spaces at the start of a line #195: FILE: lib/librte_ethdev/rte_flow.h:2172: + rte_be32_t be32;$ total: 4 errors, 2 warnings, 160 lines checked