From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: [PATCH v2] lib/power: fix governor storage to trim newlines Date: Fri, 29 Mar 2019 17:56:22 +0000 Message-ID: <8c3cc8f3-ff07-db5d-53d2-a688c7f320dd@intel.com> References: <20190329161142.39787-1-david.hunt@intel.com> <20190329163920.40415-1-david.hunt@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@dpdk.org To: David Hunt , dev@dpdk.org Return-path: In-Reply-To: <20190329163920.40415-1-david.hunt@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 -- Thanks, Anatoly