iio: adc: ad7606: Fix typo in the driver name
authorGuillaume Stols <gstols@baylibre.com>
Fri, 4 Oct 2024 21:48:35 +0000 (21:48 +0000)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 5 Oct 2024 11:21:02 +0000 (12:21 +0100)
The parallel driver's name is ad7606_par and not ad7606_parallel.

Fixes: 0046a46a8f93 ("staging/ad7606: Actually build the interface modules")
Signed-off-by: Guillaume Stols <gstols@baylibre.com>
Link: https://patch.msgid.link/20241004-ad7606_add_iio_backend_support-v3-1-38757012ce82@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/Kconfig

index 97ece1a4b7e39958fabf0980f2fb8d9f58357e9c..4ab1a3092d886e6541be018bcc46ff66cc162592 100644 (file)
@@ -229,7 +229,7 @@ config AD7606_IFACE_PARALLEL
          ad7605-4, ad7606, ad7606-6, ad7606-4 analog to digital converters (ADC).
 
          To compile this driver as a module, choose M here: the
-         module will be called ad7606_parallel.
+         module will be called ad7606_par.
 
 config AD7606_IFACE_SPI
        tristate "Analog Devices AD7606 ADC driver with spi interface support"