From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756663AbbA2Snq (ORCPT ); Thu, 29 Jan 2015 13:43:46 -0500 Received: from saturn.retrosnub.co.uk ([178.18.118.26]:45240 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751307AbbA2Snn (ORCPT ); Thu, 29 Jan 2015 13:43:43 -0500 Message-ID: <54CA7F5D.6050700@kernel.org> Date: Thu, 29 Jan 2015 18:43:41 +0000 From: Jonathan Cameron User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Irina Tirdea , linux-iio@vger.kernel.org CC: linux-kernel@vger.kernel.org, Daniel Baluta , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald Subject: Re: [PATCH v3 2/3] iio: Documentation: Fix calibheight unit References: <1422384114-23392-1-git-send-email-irina.tirdea@intel.com> <1422384114-23392-3-git-send-email-irina.tirdea@intel.com> In-Reply-To: <1422384114-23392-3-git-send-email-irina.tirdea@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 27/01/15 18:41, Irina Tirdea wrote: > Change calibheight unit from centimeters to meters > to follow iio guidelines of using SI units. > > Signed-off-by: Irina Tirdea Applied to the togreg branch of iio.git. Thanks, > --- > Documentation/ABI/testing/sysfs-bus-iio | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio > index b4ea9c5..588620e 100644 > --- a/Documentation/ABI/testing/sysfs-bus-iio > +++ b/Documentation/ABI/testing/sysfs-bus-iio > @@ -347,7 +347,7 @@ What: /sys/bus/iio/devices/iio:deviceX/in_steps_calibheight > KernelVersion: 3.19 > Contact: linux-iio@vger.kernel.org > Description: > - Height of the user (in centimeters) used by some pedometers > + Height of the user (in meters) used by some pedometers > to compute the stride length, distance, speed and activity > type. > >