From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932737AbcAMJSs (ORCPT ); Wed, 13 Jan 2016 04:18:48 -0500 Received: from foss.arm.com ([217.140.101.70]:39449 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932557AbcAMJSb (ORCPT ); Wed, 13 Jan 2016 04:18:31 -0500 Date: Wed, 13 Jan 2016 09:18:28 +0000 From: Javi Merino To: Leo Yan Cc: Jonathan Corbet , Eduardo Valentin , Durgadoss R , Kapileshwar Singh , Ni Wade , Punit Agrawal , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] thermal: add description for integral_cutoff unit Message-ID: <20160113091828.GA2594@e104805> References: <1452669665-26212-1-git-send-email-leo.yan@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1452669665-26212-1-git-send-email-leo.yan@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 13, 2016 at 03:21:05PM +0800, Leo Yan wrote: > Add more explicitly description for unit of integral_cutoff which used > by power allocator governor. > > Signed-off-by: Leo Yan Acked-by: Javi Merino Thanks! Javi > --- > Documentation/thermal/sysfs-api.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/thermal/sysfs-api.txt b/Documentation/thermal/sysfs-api.txt > index 10f062e..8c745c8 100644 > --- a/Documentation/thermal/sysfs-api.txt > +++ b/Documentation/thermal/sysfs-api.txt > @@ -364,6 +364,7 @@ integral_cutoff > accumulates error when temperature is above the desired > temperature trip point. For more information see > Documentation/thermal/power_allocator.txt > + Unit: millidegree Celsius > RW, Optional > > slope > -- > 1.9.1 >