From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from saturn.retrosnub.co.uk ([178.18.118.26]:60017 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2992474AbbHHSjJ (ORCPT ); Sat, 8 Aug 2015 14:39:09 -0400 Subject: Re: [PATCH v3 7/7] iio: Fix typos in ABI documentation To: Vladimir Barinov References: <1438174469-19054-1-git-send-email-vladimir.barinov@cogentembedded.com> <1438174661-19371-1-git-send-email-vladimir.barinov@cogentembedded.com> Cc: Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, devicetree@vger.kernel.org, cory.tusar@pid1solutions.com From: Jonathan Cameron Message-ID: <55C64CC9.3020109@kernel.org> Date: Sat, 8 Aug 2015 19:39:05 +0100 MIME-Version: 1.0 In-Reply-To: <1438174661-19371-1-git-send-email-vladimir.barinov@cogentembedded.com> Content-Type: text/plain; charset=windows-1252 Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On 29/07/15 13:57, Vladimir Barinov wrote: > Fix typos in ABI documentation > > Signed-off-by: Vladimir Barinov Applied to the togreg branch of iio.git Did take me a while to work out what the first one was ;) git diff --word-diff-regex=. HEAD~1 Turns out to be a handy addition to the armoury! Jonathan > --- > Changes in version 3: > - initially added > > Documentation/ABI/testing/sysfs-bus-iio | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio > index 65bf49e..71a48b7 100644 > --- a/Documentation/ABI/testing/sysfs-bus-iio > +++ b/Documentation/ABI/testing/sysfs-bus-iio > @@ -488,7 +488,7 @@ Contact: linux-iio@vger.kernel.org > Description: > Specifies the output powerdown mode. > DAC output stage is disconnected from the amplifier and > - 1kohm_to_gnd: connected to ground via an 1kOhm resistor, > + 1kohm_to_gnd: connected to ground via an 1kOhm resistor, > 6kohm_to_gnd: connected to ground via a 6kOhm resistor, > 20kohm_to_gnd: connected to ground via a 20kOhm resistor, > 100kohm_to_gnd: connected to ground via an 100kOhm resistor, > @@ -498,9 +498,9 @@ Description: > outX_powerdown_mode_available. If Y is not present the > mode is shared across all outputs. > > -What: /sys/.../iio:deviceX/out_votlageY_powerdown_mode_available > +What: /sys/.../iio:deviceX/out_voltageY_powerdown_mode_available > What: /sys/.../iio:deviceX/out_voltage_powerdown_mode_available > -What: /sys/.../iio:deviceX/out_altvotlageY_powerdown_mode_available > +What: /sys/.../iio:deviceX/out_altvoltageY_powerdown_mode_available > What: /sys/.../iio:deviceX/out_altvoltage_powerdown_mode_available > KernelVersion: 2.6.38 > Contact: linux-iio@vger.kernel.org >