[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20210329112919.4e690e40@jic23-huawei>
Date: Mon, 29 Mar 2021 11:29:19 +0100
From: Jonathan Cameron <jic23@...nel.org>
To: Randy Dunlap <rdunlap@...radead.org>
Cc: Bhaskar Chowdhury <unixbhaskar@...il.com>, lars@...afoo.de,
Michael.Hennerich@...log.com, pmeerw@...erw.net,
linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] iio: dac: Rudimentary typo fix
On Mon, 22 Mar 2021 20:02:22 -0700
Randy Dunlap <rdunlap@...radead.org> wrote:
> On 3/22/21 6:22 PM, Bhaskar Chowdhury wrote:
> >
> > s/concurent/concurrent/
> >
> > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
>
> Acked-by: Randy Dunlap <rdunlap@...radead.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
> > --
>
>
Powered by blists - more mailing lists