linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Dan Murphy <dmurphy@ti.com>
Cc: Colin King <colin.king@canonical.com>,
	Hartmut Knaack <knaack.h@gmx.de>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Peter Meerwald-Stadler <pmeerw@pmeerw.net>,
	<linux-iio@vger.kernel.org>, <kernel-janitors@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] iio: adc: ads124s08: fix spelling mistake "converions" -> "conversions"
Date: Sat, 9 Feb 2019 17:02:02 +0000	[thread overview]
Message-ID: <20190209170202.716ea020@archlinux> (raw)
In-Reply-To: <e083e2af-a00d-fb1f-a860-26c369ac5932@ti.com>

On Thu, 7 Feb 2019 07:14:00 -0600
Dan Murphy <dmurphy@ti.com> wrote:

> Colin
> 
> Thanks for the patch
> 
> On 2/7/19 3:39 AM, Colin King wrote:
> > From: Colin Ian King <colin.king@canonical.com>
> > 
> > There is a spelling mistake in several dev_err messages. Fix these.
> > 
> > Signed-off-by: Colin Ian King <colin.king@canonical.com>
> > ---
> >  drivers/iio/adc/ti-ads124s08.c | 8 ++++----
> >  1 file changed, 4 insertions(+), 4 deletions(-)
> > 
> > diff --git a/drivers/iio/adc/ti-ads124s08.c b/drivers/iio/adc/ti-ads124s08.c
> > index c2cf58908fc8..53f17e4f2f23 100644
> > --- a/drivers/iio/adc/ti-ads124s08.c
> > +++ b/drivers/iio/adc/ti-ads124s08.c
> > @@ -232,7 +232,7 @@ static int ads124s_read_raw(struct iio_dev *indio_dev,
> >  
> >  		ret = ads124s_write_cmd(indio_dev, ADS124S08_START_CONV);
> >  		if (ret) {
> > -			dev_err(&priv->spi->dev, "Start converions failed\n");
> > +			dev_err(&priv->spi->dev, "Start conversions failed\n");
> >  			goto out;
> >  		}
> >  
> > @@ -246,7 +246,7 @@ static int ads124s_read_raw(struct iio_dev *indio_dev,
> >  
> >  		ret = ads124s_write_cmd(indio_dev, ADS124S08_STOP_CONV);
> >  		if (ret) {
> > -			dev_err(&priv->spi->dev, "Stop converions failed\n");
> > +			dev_err(&priv->spi->dev, "Stop conversions failed\n");
> >  			goto out;
> >  		}
> >  
> > @@ -283,12 +283,12 @@ static irqreturn_t ads124s_trigger_handler(int irq, void *p)
> >  
> >  		ret = ads124s_write_cmd(indio_dev, ADS124S08_START_CONV);
> >  		if (ret)
> > -			dev_err(&priv->spi->dev, "Start ADC converions failed\n");
> > +			dev_err(&priv->spi->dev, "Start ADC conversions failed\n");
> >  
> >  		buffer[j] = ads124s_read(indio_dev, scan_index);
> >  		ret = ads124s_write_cmd(indio_dev, ADS124S08_STOP_CONV);
> >  		if (ret)
> > -			dev_err(&priv->spi->dev, "Stop ADC converions failed\n");
> > +			dev_err(&priv->spi->dev, "Stop ADC conversions failed\n");
> >  
> >  		j++;
> >  	}
> >   
> 
> Acked-by: Dan Murphy <dmurphy@ti.com>
> 
Applied, thanks,

Jonathan



      reply	other threads:[~2019-02-09 17:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-07  9:39 [PATCH] iio: adc: ads124s08: fix spelling mistake "converions" -> "conversions" Colin King
2019-02-07 13:14 ` Dan Murphy
2019-02-09 17:02   ` Jonathan Cameron [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190209170202.716ea020@archlinux \
    --to=jic23@kernel.org \
    --cc=colin.king@canonical.com \
    --cc=dmurphy@ti.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pmeerw@pmeerw.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).