From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752758AbbC2PUE (ORCPT ); Sun, 29 Mar 2015 11:20:04 -0400 Received: from saturn.retrosnub.co.uk ([178.18.118.26]:39337 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752388AbbC2PUA (ORCPT ); Sun, 29 Mar 2015 11:20:00 -0400 Message-ID: <5518181E.7080301@kernel.org> Date: Sun, 29 Mar 2015 16:19:58 +0100 From: Jonathan Cameron User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Martin Kepplinger , irina.tirdea@intel.com CC: linux-kernel@vger.kernel.org Subject: Re: [PATCH] Documentation/ABI: iio: fix typo References: <1427590789-5835-1-git-send-email-martink@posteo.de> In-Reply-To: <1427590789-5835-1-git-send-email-martink@posteo.de> 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 29/03/15 00:59, Martin Kepplinger wrote: > Signed-off-by: Martin Kepplinger Applied to the togreg branch of iio.git - initially pushed out as testing for the autobuilders to play with the other stuff that is queued up. Also please cc relevant mailing lists with patches. Normally leads to faster feedback though obviously not much to say about this patch other than thanks! 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 9a70c31..74a3493 100644 > --- a/Documentation/ABI/testing/sysfs-bus-iio > +++ b/Documentation/ABI/testing/sysfs-bus-iio > @@ -776,7 +776,7 @@ Description: > > What: /sys/.../events/in_accel_x_thresh_rising_period > What: /sys/.../events/in_accel_x_thresh_falling_period > -hat: /sys/.../events/in_accel_x_roc_rising_period > +What: /sys/.../events/in_accel_x_roc_rising_period > What: /sys/.../events/in_accel_x_roc_falling_period > What: /sys/.../events/in_accel_y_thresh_rising_period > What: /sys/.../events/in_accel_y_thresh_falling_period >