From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 0B994A0679 for ; Tue, 2 Apr 2019 20:15:21 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F19895681; Tue, 2 Apr 2019 20:15:20 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 7E1345B2C; Tue, 2 Apr 2019 20:15:19 +0200 (CEST) In-Reply-To: <1554228857-55396-1-git-send-email-drc@linux.vnet.ibm.com> References: <1554228857-55396-1-git-send-email-drc@linux.vnet.ibm.com> To: test-report@dpdk.org Cc: David Christensen Message-Id: <20190402181519.7E1345B2C@dpdk.org> Date: Tue, 2 Apr 2019 20:15:19 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw52125 [PATCH] examples/vm_power: add conditional compilation for PMD specific code 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/52125 _coding style issues_ WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one ERROR:CODE_INDENT: code indent should use tabs where possible #54: FILE: examples/vm_power_manager/main.c:378: + ret = -ENOTSUP;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #54: FILE: examples/vm_power_manager/main.c:378: + ret = -ENOTSUP;$ total: 1 errors, 2 warnings, 36 lines checked