diff options
author | Fabrizio Castro <fabrizio.castro@bp.renesas.com> | 2019-04-03 17:03:51 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2019-04-14 14:22:29 +0200 |
commit | 8cf614950e391c97405cf9ff489f0900322ef396 (patch) | |
tree | b96e9faa524d42feffd9a9501c2f7a13b0c328b7 /drivers/iio/adc/Kconfig | |
parent | dt-bindings: iio: imu: st_lsm6dsx: add lsm6dsr device bindings (diff) | |
download | linux-8cf614950e391c97405cf9ff489f0900322ef396.tar.xz linux-8cf614950e391c97405cf9ff489f0900322ef396.zip |
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/Kconfig')
-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 |