diff options
author | Fabrizio Castro | 2019-04-03 16:03:51 +0100 |
---|---|---|
committer | Jonathan Cameron | 2019-04-14 13:22:29 +0100 |
commit | 8cf614950e391c97405cf9ff489f0900322ef396 (patch) | |
tree | b96e9faa524d42feffd9a9501c2f7a13b0c328b7 /drivers/iio/adc | |
parent | 649cc7b17ce8c53d25f12dc0859285456850b9ac (diff) |
iio: adc: Fix MAX9611 spacing
Between "config" and "MAX9611" there is a tab, replace it
with a space.
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/adc')
-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 846c7ace4b96..d0a3e3b4f6ab 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig @@ -553,7 +553,7 @@ config MAX1363 To compile this driver as a module, choose M here: the module will be called max1363. -config MAX9611 +config MAX9611 tristate "Maxim max9611/max9612 ADC driver" depends on I2C help |