From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 5A3807CE1; Fri, 9 Mar 2018 19:26:16 +0100 (CET) In-Reply-To: <20180309182426.135278-14-jasvinder.singh@intel.com> References: <20180309182426.135278-14-jasvinder.singh@intel.com> To: test-report@dpdk.org Cc: Jasvinder Singh Message-Id: <20180309182616.5A3807CE1@dpdk.org> Date: Fri, 9 Mar 2018 19:26:16 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw35891 [PATCH 13/37] ip_pipeline: add link object 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: Fri, 09 Mar 2018 18:26:16 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/35891 _coding style issues_ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #61: FILE: examples/ip_pipeline/cli.c:116: + * ^Idev | port $ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #62: FILE: examples/ip_pipeline/cli.c:117: + * ^Irxq $ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #63: FILE: examples/ip_pipeline/cli.c:118: + * ^Itxq $ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #64: FILE: examples/ip_pipeline/cli.c:119: + * ^Ipromiscuous on | off$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #65: FILE: examples/ip_pipeline/cli.c:120: + * ^I[rss ... ]$ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #66: FILE: examples/ip_pipeline/cli.c:121: + * [rss ... ] +*/ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 8) #78: FILE: examples/ip_pipeline/cli.c:133: + if ((n_tokens < 13) || (n_tokens > 14 + LINK_RXQ_RSS_MAX)) { + snprintf(out, out_size, MSG_ARG_MISMATCH, tokens[0]); WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 16) #89: FILE: examples/ip_pipeline/cli.c:144: + if (parser_read_uint16(&p.port_id, tokens[3]) != 0) { + snprintf(out, out_size, MSG_ARG_INVALID, "port_id"); WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 8) #103: FILE: examples/ip_pipeline/cli.c:158: + if (parser_read_uint32(&p.rx.n_queues, tokens[5]) != 0) { + snprintf(out, out_size, MSG_ARG_INVALID, "n_queues"); total: 0 errors, 9 warnings, 505 lines checked