From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C3D63C433DF for ; Sat, 1 Aug 2020 15:38:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9B8D6207FB for ; Sat, 1 Aug 2020 15:38:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596296299; bh=R9Rinnbiavbu4gLpa/mmI6LL+DEK5QDx/kYCTyiidc0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=yjmIX0KRyw4rYTm8bJ7fZCsP7n0WAh08pXmBuqnvKi02D0Z47aet9OuAEJYQzCdWF J2qIcMvavACRH28OX9xsIYtzEeLfJuZoJnSUpnVnLDyzKbh9XI0E/QZYaklVL9dput +PGI0rRlji52DaKdGQDoj9rT6S86o4727S9hdXBM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726461AbgHAPiT (ORCPT ); Sat, 1 Aug 2020 11:38:19 -0400 Received: from mail.kernel.org ([198.145.29.99]:42560 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725841AbgHAPiS (ORCPT ); Sat, 1 Aug 2020 11:38:18 -0400 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 90FFE2071E; Sat, 1 Aug 2020 15:38:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596296298; bh=R9Rinnbiavbu4gLpa/mmI6LL+DEK5QDx/kYCTyiidc0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=uMPxyJJDjNSGBv0D/zupPMuJGNEvHiF/uosVwn+FNrKfKWa7teOSIjKbNPpc7TKJl Io5c/genfnkgnGyZCIvDnPh2sC8XfytS4yaYUEklUE+Q/4ECB+IvPRi1SvUb6S5Vei EVey38G27iPNAEPoMGUH2NMi0suxqvRX2dKhuork= Date: Sat, 1 Aug 2020 16:38:13 +0100 From: Jonathan Cameron To: Andy Shevchenko Cc: Ankit Baluni , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald , Greg Kroah-Hartman , linux-iio , "open list:STAGING SUBSYSTEM" , Linux Kernel Mailing List Subject: Re: [PATCH -v2] Staging: iio: Fixed a punctuation and a spelling mistake. Message-ID: <20200801163813.12bc746b@archlinux> In-Reply-To: References: <20200729081155.3228-1-b18007@students.iitmandi.ac.in> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Wed, 29 Jul 2020 13:38:28 +0300 Andy Shevchenko wrote: > On Wed, Jul 29, 2020 at 11:12 AM Ankit Baluni > wrote: > > > > Added a missing comma and changed 'it it useful' to 'it is useful'. > > Reviewed-by: Andy Shevchenko Gah. I had kind of forgotten these docs existed and they have rotted pretty badly from a quick glance. Sometime soon I'll take a look and see if there is anything worth moving over to the main docs. In meantime, nothing wrong with cleaning them up a little as you Ankit has done here. Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to ignore them. Thanks, Jonathan > > > Signed-off-by: Ankit Baluni > > --- > > Changes in -v2: > > -Remove space before ':' in subject line. > > > > drivers/staging/iio/Documentation/overview.txt | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/drivers/staging/iio/Documentation/overview.txt b/drivers/staging/iio/Documentation/overview.txt > > index ebdc64f451d7..00409d5dab4e 100644 > > --- a/drivers/staging/iio/Documentation/overview.txt > > +++ b/drivers/staging/iio/Documentation/overview.txt > > @@ -9,7 +9,7 @@ The aim is to fill the gap between the somewhat similar hwmon and > > input subsystems. Hwmon is very much directed at low sample rate > > sensors used in applications such as fan speed control and temperature > > measurement. Input is, as its name suggests focused on input > > -devices. In some cases there is considerable overlap between these and > > +devices. In some cases, there is considerable overlap between these and > > IIO. > > > > A typical device falling into this category would be connected via SPI > > @@ -38,7 +38,7 @@ series and Analog Devices ADXL345 accelerometers. Each buffer supports > > polling to establish when data is available. > > > > * Trigger and software buffer support. In many data analysis > > -applications it it useful to be able to capture data based on some > > +applications it is useful to be able to capture data based on some > > external signal (trigger). These triggers might be a data ready > > signal, a gpio line connected to some external system or an on > > processor periodic interrupt. A single trigger may initialize data > > -- > > 2.25.1 > > > >