From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id DCFFC997D; Thu, 25 May 2017 15:03:06 +0200 (CEST) In-Reply-To: References: To: test-report@dpdk.org Cc: Vasily Philipov Message-Id: <20170525130306.DCFFC997D@dpdk.org> Date: Thu, 25 May 2017 15:03:06 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw24578 [PATCH 3/3] app/testpmd: add isolated mode parameter 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, 25 May 2017 13:03:07 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/24578 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #43: FILE: app/test-pmd/parameters.c:1085: + if (!strcmp(lgopts[opt_idx].name, "isolated-mode"))$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #43: FILE: app/test-pmd/parameters.c:1085: + if (!strcmp(lgopts[opt_idx].name, "isolated-mode"))$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (23, 31) #43: FILE: app/test-pmd/parameters.c:1085: + if (!strcmp(lgopts[opt_idx].name, "isolated-mode")) + isolated_mode = 1; ERROR:CODE_INDENT: code indent should use tabs where possible #44: FILE: app/test-pmd/parameters.c:1086: + isolated_mode = 1;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #44: FILE: app/test-pmd/parameters.c:1086: + isolated_mode = 1;$ total: 2 errors, 3 warnings, 48 lines checked