diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2021-04-01 17:08:10 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2021-04-07 09:36:39 +0200 |
commit | 4d84487d963164bf661deff86eaca3d6a789e9cf (patch) | |
tree | 0f5525e9265108aaeb89d2424c2fa9407e2f1383 /drivers/iio | |
parent | iio:adc:ad7476: Fix remove handling (diff) | |
download | linux-4d84487d963164bf661deff86eaca3d6a789e9cf.tar.xz linux-4d84487d963164bf661deff86eaca3d6a789e9cf.zip |
iio:adc: Fix trivial typo
"an" should be "and".
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Link: https://lore.kernel.org/r/20210401150810.227168-1-jic23@kernel.org
Diffstat (limited to 'drivers/iio')
-rw-r--r-- | drivers/iio/adc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig index d20a3b574af9..87c55f7104f0 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig @@ -97,7 +97,7 @@ config AD7298 module will be called ad7298. config AD7476 - tristate "Analog Devices AD7476 1-channel ADCs driver and other similar devices from AD an TI" + tristate "Analog Devices AD7476 1-channel ADCs driver and other similar devices from AD and TI" depends on SPI select IIO_BUFFER select IIO_TRIGGERED_BUFFER |