From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754354AbcL3UXz (ORCPT ); Fri, 30 Dec 2016 15:23:55 -0500 Received: from saturn.retrosnub.co.uk ([178.18.118.26]:53162 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754171AbcL3UXy (ORCPT ); Fri, 30 Dec 2016 15:23:54 -0500 Subject: Re: [PATCH] iio: Documentation: fix spelling mistake: "deactived" -> "deactivated" To: Colin King , Gregor Boirie , Peter Meerwald-Stadler , Matt Ranostay , William Breathitt Gray References: <20161228174023.20385-1-colin.king@canonical.com> Cc: linux-kernel@vger.kernel.org From: Jonathan Cameron Message-ID: Date: Fri, 30 Dec 2016 20:23:42 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20161228174023.20385-1-colin.king@canonical.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 28/12/16 17:40, Colin King wrote: > From: Colin Ian King > > trivial fix to spelling mistake in iio documentation > > Signed-off-by: Colin Ian King Thanks, Applied to the togreg branch of iio.git - initially pushed out as testing for the autobuilders to ignore this ;) Jonathan > --- > 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 b8f220f..cfd53db 100644 > --- a/Documentation/ABI/testing/sysfs-bus-iio > +++ b/Documentation/ABI/testing/sysfs-bus-iio > @@ -805,7 +805,7 @@ Description: > attribute. E.g. if in_voltage0_raw_thresh_rising_value is set to 1200 > and in_voltage0_raw_thresh_rising_hysteresis is set to 50. The event > will get activated once in_voltage0_raw goes above 1200 and will become > - deactived again once the value falls below 1150. > + deactivated again once the value falls below 1150. > > What: /sys/.../events/in_accel_x_raw_roc_rising_value > What: /sys/.../events/in_accel_x_raw_roc_falling_value >