forked from Minki/linux
iio: dac: Rudimentary typo fix
s/concurent/concurrent/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Link: https://lore.kernel.org/r/20210323012215.451075-1-unixbhaskar@gmail.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
454c219f5d
commit
abfdfd1443
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user