linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] iio: dac: Rudimentary typo fix
@ 2021-03-23  1:22 Bhaskar Chowdhury
  2021-03-23  3:02 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-23  1:22 UTC (permalink / raw)
  To: lars, Michael.Hennerich, jic23, pmeerw, linux-iio, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/concurent/concurrent/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/iio/dac/ad5766.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/dac/ad5766.c b/drivers/iio/dac/ad5766.c
index ef1618ea6a20..79837a4b3a41 100644
--- a/drivers/iio/dac/ad5766.c
+++ b/drivers/iio/dac/ad5766.c
@@ -89,7 +89,7 @@ static const char * const ad5766_dither_scales[] = {
 /**
  * struct ad5766_state - driver instance specific data
  * @spi:		SPI device
- * @lock:		Lock used to restrict concurent access to SPI device
+ * @lock:		Lock used to restrict concurrent access to SPI device
  * @chip_info:		Chip model specific constants
  * @gpio_reset:		Reset GPIO, used to reset the device
  * @crt_range:		Current selected output range
--
2.31.0


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

* Re: [PATCH] iio: dac: Rudimentary typo fix
  2021-03-23  1:22 [PATCH] iio: dac: Rudimentary typo fix Bhaskar Chowdhury
@ 2021-03-23  3:02 ` Randy Dunlap
  2021-03-29 10:29   ` Jonathan Cameron
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2021-03-23  3:02 UTC (permalink / raw)
  To: Bhaskar Chowdhury, lars, Michael.Hennerich, jic23, pmeerw,
	linux-iio, linux-kernel

On 3/22/21 6:22 PM, Bhaskar Chowdhury wrote:
> 
> s/concurent/concurrent/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  drivers/iio/dac/ad5766.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/dac/ad5766.c b/drivers/iio/dac/ad5766.c
> index ef1618ea6a20..79837a4b3a41 100644
> --- a/drivers/iio/dac/ad5766.c
> +++ b/drivers/iio/dac/ad5766.c
> @@ -89,7 +89,7 @@ static const char * const ad5766_dither_scales[] = {
>  /**
>   * struct ad5766_state - driver instance specific data
>   * @spi:		SPI device
> - * @lock:		Lock used to restrict concurent access to SPI device
> + * @lock:		Lock used to restrict concurrent access to SPI device
>   * @chip_info:		Chip model specific constants
>   * @gpio_reset:		Reset GPIO, used to reset the device
>   * @crt_range:		Current selected output range
> --


-- 
~Randy


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

* Re: [PATCH] iio: dac: Rudimentary typo fix
  2021-03-23  3:02 ` Randy Dunlap
@ 2021-03-29 10:29   ` Jonathan Cameron
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Cameron @ 2021-03-29 10:29 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Bhaskar Chowdhury, lars, Michael.Hennerich, pmeerw, linux-iio,
	linux-kernel

On Mon, 22 Mar 2021 20:02:22 -0700
Randy Dunlap <rdunlap@infradead.org> wrote:

> On 3/22/21 6:22 PM, Bhaskar Chowdhury wrote:
> > 
> > s/concurent/concurrent/
> > 
> > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>  
> 
> Acked-by: Randy Dunlap <rdunlap@infradead.org>

Applied to the togreg branch of iio.git.
That will first be pushed out as testing for the autobuilders
such as 0-day to work their magic, and only later get pushed
out as a tree that I try to avoid rebasing once public.

Thanks,

Jonathan

> 
> > ---
> >  drivers/iio/dac/ad5766.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/iio/dac/ad5766.c b/drivers/iio/dac/ad5766.c
> > index ef1618ea6a20..79837a4b3a41 100644
> > --- a/drivers/iio/dac/ad5766.c
> > +++ b/drivers/iio/dac/ad5766.c
> > @@ -89,7 +89,7 @@ static const char * const ad5766_dither_scales[] = {
> >  /**
> >   * struct ad5766_state - driver instance specific data
> >   * @spi:		SPI device
> > - * @lock:		Lock used to restrict concurent access to SPI device
> > + * @lock:		Lock used to restrict concurrent access to SPI device
> >   * @chip_info:		Chip model specific constants
> >   * @gpio_reset:		Reset GPIO, used to reset the device
> >   * @crt_range:		Current selected output range
> > --  
> 
> 


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

end of thread, other threads:[~2021-03-29 10:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23  1:22 [PATCH] iio: dac: Rudimentary typo fix Bhaskar Chowdhury
2021-03-23  3:02 ` Randy Dunlap
2021-03-29 10:29   ` 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).