Message ID | 20200813065220.23256-1-a.fatoum@pengutronix.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Documentation: ABI: iio: fix some spelling mistakes | expand |
On Thu, 13 Aug 2020 08:52:20 +0200 Ahmad Fatoum <a.fatoum@pengutronix.de> wrote: > This fixes some typos found while browsing the documentation. > > Cc: trivial@kernel.org > Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Applied to the togreg branch of iio.git. Thanks, Jonathan > --- > 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 d3e53a6d8331..ef86702678c7 100644 > --- a/Documentation/ABI/testing/sysfs-bus-iio > +++ b/Documentation/ABI/testing/sysfs-bus-iio > @@ -49,9 +49,9 @@ Description: > resulting sampling frequency. In many devices this > parameter has an effect on input filters etc. rather than > simply controlling when the input is sampled. As this > - effects data ready triggers, hardware buffers and the sysfs > + affects data ready triggers, hardware buffers and the sysfs > direct access interfaces, it may be found in any of the > - relevant directories. If it effects all of the above > + relevant directories. If it affects all of the above > then it is to be found in the base device directory. > > What: /sys/bus/iio/devices/iio:deviceX/sampling_frequency_available > @@ -1013,7 +1013,7 @@ What: /sys/.../events/in_activity_running_thresh_falling_en > KernelVersion: 3.19 > Contact: linux-iio@vger.kernel.org > Description: > - Enables or disables activitity events. Depending on direction > + Enables or disables activity events. Depending on direction > an event is generated when sensor ENTERS or LEAVES a given state. > > What: /sys/.../events/in_activity_still_thresh_rising_value
diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio index d3e53a6d8331..ef86702678c7 100644 --- a/Documentation/ABI/testing/sysfs-bus-iio +++ b/Documentation/ABI/testing/sysfs-bus-iio @@ -49,9 +49,9 @@ Description: resulting sampling frequency. In many devices this parameter has an effect on input filters etc. rather than simply controlling when the input is sampled. As this - effects data ready triggers, hardware buffers and the sysfs + affects data ready triggers, hardware buffers and the sysfs direct access interfaces, it may be found in any of the - relevant directories. If it effects all of the above + relevant directories. If it affects all of the above then it is to be found in the base device directory. What: /sys/bus/iio/devices/iio:deviceX/sampling_frequency_available @@ -1013,7 +1013,7 @@ What: /sys/.../events/in_activity_running_thresh_falling_en KernelVersion: 3.19 Contact: linux-iio@vger.kernel.org Description: - Enables or disables activitity events. Depending on direction + Enables or disables activity events. Depending on direction an event is generated when sensor ENTERS or LEAVES a given state. What: /sys/.../events/in_activity_still_thresh_rising_value
This fixes some typos found while browsing the documentation. Cc: trivial@kernel.org Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> --- Documentation/ABI/testing/sysfs-bus-iio | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)