From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 5F2AAAADC; Thu, 29 Mar 2018 20:33:50 +0200 (CEST) In-Reply-To: <20180329183208.103844-12-jasvinder.singh@intel.com> References: <20180329183208.103844-12-jasvinder.singh@intel.com> To: test-report@dpdk.org Cc: Jasvinder Singh Message-Id: <20180329183350.5F2AAAADC@dpdk.org> Date: Thu, 29 Mar 2018 20:33:50 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw36694 [PATCH v4 11/49] pipeline: add pipeline port in action APIs 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: , X-List-Received-Date: Thu, 29 Mar 2018 18:33:50 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/36694 _coding style issues_ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #724: FILE: lib/librte_pipeline/rte_port_in_action.h:89: + /** When non-zero, all the input packets that match the *key* (with the + * *key_mask* applied) are sent to the pipeline output port *port_id*. ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #810: FILE: lib/librte_pipeline/rte_port_in_action.h:175: +struct rte_port_in_action_profile * __rte_experimental total: 1 errors, 1 warnings, 865 lines checked