diff options
author | Karan Sanghavi <karansanghvi98@gmail.com> | 2024-11-11 15:55:05 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2024-12-07 18:47:58 +0100 |
commit | 26f9fd646cb07875d70ee189dfff08c313d0ef2f (patch) | |
tree | faf80d33a0cc5fa8605d776698a0d308840a2e8c /drivers/iio/dac | |
parent | iio: dac: max5821: use devm_regulator_get_enable_read_voltage() (diff) | |
download | linux-26f9fd646cb07875d70ee189dfff08c313d0ef2f.tar.xz linux-26f9fd646cb07875d70ee189dfff08c313d0ef2f.zip |
iio: dac: Fix converters spelling typo.
Correct the converters typo error
"convertors" => "converters"
Signed-off-by: Karan Sanghavi <karansanghvi98@gmail.com>
Link: https://patch.msgid.link/20241111-dackconfigcodespell-v1-1-2498567be34c@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/dac')
-rw-r--r-- | drivers/iio/dac/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/dac/Kconfig b/drivers/iio/dac/Kconfig index 5d01ba4edbf3..4cde34e8c8e3 100644 --- a/drivers/iio/dac/Kconfig +++ b/drivers/iio/dac/Kconfig @@ -80,7 +80,7 @@ config AD5421 depends on SPI help Say yes here to build support for Analog Devices AD5421 loop-powered - digital-to-analog convertors (DAC). + digital-to-analog converters (DAC). To compile this driver as module choose M here: the module will be called ad5421. |