From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 0862F1B474; Wed, 26 Sep 2018 23:49:48 +0200 (CEST) In-Reply-To: <20180926214759.1856-4-thomas@monjalon.net> References: <20180926214759.1856-4-thomas@monjalon.net> To: test-report@dpdk.org Cc: Thomas Monjalon Message-Id: <20180926214948.0862F1B474@dpdk.org> Date: Wed, 26 Sep 2018 23:49:48 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw45462 [v2, 3/4] eal: remove experimental flag of hotplug functions 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: Wed, 26 Sep 2018 21:49:48 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/45462 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #42: FILE: lib/librte_eal/common/eal_common_dev.c:132: + const char *devargs)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #42: FILE: lib/librte_eal/common/eal_common_dev.c:132: + const char *devargs)$ ERROR:CODE_INDENT: code indent should use tabs where possible #76: FILE: lib/librte_eal/common/include/rte_dev.h:205: + const char *devargs);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #76: FILE: lib/librte_eal/common/include/rte_dev.h:205: + const char *devargs);$ total: 2 errors, 2 warnings, 68 lines checked