From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] lib/power: fix governor storage to trim newlines Date: Mon, 01 Apr 2019 22:24:40 +0200 Message-ID: <3225814.JdHfxxpRC7@xps> References: <20190329161142.39787-1-david.hunt@intel.com> <20190329163920.40415-1-david.hunt@intel.com> <8c3cc8f3-ff07-db5d-53d2-a688c7f320dd@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Burakov, Anatoly" , stable@dpdk.org To: David Hunt Return-path: In-Reply-To: <8c3cc8f3-ff07-db5d-53d2-a688c7f320dd@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" 29/03/2019 18:56, Burakov, Anatoly: > On 29-Mar-19 4:39 PM, David Hunt wrote: > > Currently the Power Libray stores the governor name with an embedded > > newline read from the scaling_governor sysfs file. This patch strips > > it out. > > > > Fixes: 445c6528b55f ("power: common interface for guest and host") > > Cc: stable@dpdk.org > > > > Signed-off-by: David Hunt > > Acked-by: Anatoly Burakov Applied, thanks