Re: [PATCH] iio: dac: Rudimentary typo fix
From: Randy Dunlap <hidden>
Date: 2021-03-23 03:04:17
Also in:
lkml
From: Randy Dunlap <hidden>
Date: 2021-03-23 03:04:17
Also in:
lkml
On 3/22/21 6:22 PM, Bhaskar Chowdhury wrote:
s/concurent/concurrent/ Signed-off-by: Bhaskar Chowdhury <redacted>
Acked-by: Randy Dunlap <redacted>
--- 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