From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 9A2BC5B3C; Mon, 5 Nov 2018 09:57:59 +0100 (CET) In-Reply-To: <1541158623-29742-1-git-send-email-cristian.dumitrescu@intel.com> References: <1541158623-29742-1-git-send-email-cristian.dumitrescu@intel.com> To: test-report@dpdk.org Cc: Cristian Dumitrescu Message-Id: <20181105085759.9A2BC5B3C@dpdk.org> Date: Mon, 5 Nov 2018 09:57:59 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw47735 [01/12] examples/ip_pipeline: add rule list per table 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: Mon, 05 Nov 2018 08:57:59 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/47735 _coding style issues_ WARNING:LEADING_SPACE: please, no spaces at the start of a line #54: FILE: examples/ip_pipeline/pipeline.c:1054: + struct table_rule_match *match)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #67: FILE: examples/ip_pipeline/pipeline.c:1067: + struct table_rule *new_rule)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #83: FILE: examples/ip_pipeline/pipeline.c:1083: + struct table_rule_list *list,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #84: FILE: examples/ip_pipeline/pipeline.c:1084: + uint32_t n_rules)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #110: FILE: examples/ip_pipeline/pipeline.c:1110: + struct table_rule_match *match)$ total: 0 errors, 5 warnings, 154 lines checked