linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Staging : iio : Fixed a punctuation and a spelling mistake.
@ 2020-07-29  0:32 Ankit Baluni
  2020-07-29  7:05 ` Andy Shevchenko
  0 siblings, 1 reply; 6+ messages in thread
From: Ankit Baluni @ 2020-07-29  0:32 UTC (permalink / raw)
  To: jic23, knaack.h, lars, pmeerw, gregkh
  Cc: linux-iio, devel, linux-kernel, Ankit Baluni

Added a missing comma and changed 'it it useful' to 'it is useful'.

Signed-off-by: Ankit Baluni <b18007@students.iitmandi.ac.in>
---
 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] Staging : iio : Fixed a punctuation and a spelling mistake.
  2020-07-29  0:32 [PATCH] Staging : iio : Fixed a punctuation and a spelling mistake Ankit Baluni
@ 2020-07-29  7:05 ` Andy Shevchenko
  2020-07-29  7:33   ` [PATCH] Staging: iio: " Ankit Baluni
  2020-07-29  8:11   ` [PATCH -v2] " Ankit Baluni
  0 siblings, 2 replies; 6+ messages in thread
From: Andy Shevchenko @ 2020-07-29  7:05 UTC (permalink / raw)
  To: Ankit Baluni
  Cc: Jonathan Cameron, Hartmut Knaack, Lars-Peter Clausen,
	Peter Meerwald, Greg Kroah-Hartman, linux-iio,
	open list:STAGING SUBSYSTEM, Linux Kernel Mailing List

On Wed, Jul 29, 2020 at 3:34 AM Ankit Baluni
<b18007@students.iitmandi.ac.in> wrote:
>
> Added a missing comma and changed 'it it useful' to 'it is useful'.

Please, drop spaces before : in the subject line. In all patches you
submitted there is such an issue.

-- 
With Best Regards,
Andy Shevchenko

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] Staging: iio: Fixed a punctuation and a spelling mistake.
  2020-07-29  7:05 ` Andy Shevchenko
@ 2020-07-29  7:33   ` Ankit Baluni
  2020-07-29  8:11   ` [PATCH -v2] " Ankit Baluni
  1 sibling, 0 replies; 6+ messages in thread
From: Ankit Baluni @ 2020-07-29  7:33 UTC (permalink / raw)
  To: jic23, knaack.h, lars, pmeerw, gregkh
  Cc: linux-iio, devel, linux-kernel, Ankit Baluni

Added a missing comma and changed 'it it useful' to 'it is useful'.

Signed-off-by: Ankit Baluni <b18007@students.iitmandi.ac.in>
---
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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH -v2] Staging: iio: Fixed a punctuation and a spelling mistake.
  2020-07-29  7:05 ` Andy Shevchenko
  2020-07-29  7:33   ` [PATCH] Staging: iio: " Ankit Baluni
@ 2020-07-29  8:11   ` Ankit Baluni
  2020-07-29 10:38     ` Andy Shevchenko
  1 sibling, 1 reply; 6+ messages in thread
From: Ankit Baluni @ 2020-07-29  8:11 UTC (permalink / raw)
  To: jic23, knaack.h, lars, pmeerw, gregkh
  Cc: linux-iio, devel, linux-kernel, Ankit Baluni

Added a missing comma and changed 'it it useful' to 'it is useful'.

Signed-off-by: Ankit Baluni <b18007@students.iitmandi.ac.in>
---
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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH -v2] Staging: iio: Fixed a punctuation and a spelling mistake.
  2020-07-29  8:11   ` [PATCH -v2] " Ankit Baluni
@ 2020-07-29 10:38     ` Andy Shevchenko
  2020-08-01 15:38       ` Jonathan Cameron
  0 siblings, 1 reply; 6+ messages in thread
From: Andy Shevchenko @ 2020-07-29 10:38 UTC (permalink / raw)
  To: Ankit Baluni
  Cc: Jonathan Cameron, Hartmut Knaack, Lars-Peter Clausen,
	Peter Meerwald, Greg Kroah-Hartman, linux-iio,
	open list:STAGING SUBSYSTEM, Linux Kernel Mailing List

On Wed, Jul 29, 2020 at 11:12 AM Ankit Baluni
<b18007@students.iitmandi.ac.in> wrote:
>
> Added a missing comma and changed 'it it useful' to 'it is useful'.

Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>

> Signed-off-by: Ankit Baluni <b18007@students.iitmandi.ac.in>
> ---
> 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
>


-- 
With Best Regards,
Andy Shevchenko

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH -v2] Staging: iio: Fixed a punctuation and a spelling mistake.
  2020-07-29 10:38     ` Andy Shevchenko
@ 2020-08-01 15:38       ` Jonathan Cameron
  0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Cameron @ 2020-08-01 15:38 UTC (permalink / raw)
  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

On Wed, 29 Jul 2020 13:38:28 +0300
Andy Shevchenko <andy.shevchenko@gmail.com> wrote:

> On Wed, Jul 29, 2020 at 11:12 AM Ankit Baluni
> <b18007@students.iitmandi.ac.in> wrote:
> >
> > Added a missing comma and changed 'it it useful' to 'it is useful'.  
> 
> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
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 <b18007@students.iitmandi.ac.in>
> > ---
> > 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
> >  
> 
> 


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-08-01 15:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-29  0:32 [PATCH] Staging : iio : Fixed a punctuation and a spelling mistake Ankit Baluni
2020-07-29  7:05 ` Andy Shevchenko
2020-07-29  7:33   ` [PATCH] Staging: iio: " Ankit Baluni
2020-07-29  8:11   ` [PATCH -v2] " Ankit Baluni
2020-07-29 10:38     ` Andy Shevchenko
2020-08-01 15:38       ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).