[PATCH] iio: adc: Fix MAX9611 spacing

From: Fabrizio Castro
Date: Wed Apr 03 2019 - 11:04:03 EST


Between "config" and "MAX9611" there is a tab, replace it
with a space.

Signed-off-by: Fabrizio Castro <fabrizio.castro@xxxxxxxxxxxxxx>
---
drivers/iio/adc/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
index 76db6e5..cc7c621 100644
--- a/drivers/iio/adc/Kconfig
+++ b/drivers/iio/adc/Kconfig
@@ -541,7 +541,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
--
2.7.4