From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/power: fix build Date: Fri, 13 Oct 2017 15:30:41 +0200 Message-ID: <2574558.C00LJsN9Qr@xps> References: <1507897902-49657-1-git-send-email-david.hunt@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: David Hunt Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 3B7D31B6B9 for ; Fri, 13 Oct 2017 15:30:43 +0200 (CEST) In-Reply-To: <1507897902-49657-1-git-send-email-david.hunt@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 13/10/2017 14:31, David Hunt: > Remove variable declaration from within for loop. > > Fixes: f14791a8126e ("examples/vm_power_mgr: add policy to channels") > > Signed-off-by: David Hunt Applied, thanks