Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

misc: Fix Kconfig indentation

Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
$ sed -e 's/^ /\t/' -i */Kconfig

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20191120134056.14677-1-krzk@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Krzysztof Kozlowski and committed by
Greg Kroah-Hartman
ab64ec1d c8175bd1

+8 -8
+8 -8
drivers/misc/Kconfig
··· 325 325 will be called tsl2550. 326 326 327 327 config SENSORS_BH1770 328 - tristate "BH1770GLC / SFH7770 combined ALS - Proximity sensor" 329 - depends on I2C 330 - ---help--- 331 - Say Y here if you want to build a driver for BH1770GLC (ROHM) or 328 + tristate "BH1770GLC / SFH7770 combined ALS - Proximity sensor" 329 + depends on I2C 330 + ---help--- 331 + Say Y here if you want to build a driver for BH1770GLC (ROHM) or 332 332 SFH7770 (Osram) combined ambient light and proximity sensor chip. 333 333 334 - To compile this driver as a module, choose M here: the 335 - module will be called bh1770glc. If unsure, say N here. 334 + To compile this driver as a module, choose M here: the 335 + module will be called bh1770glc. If unsure, say N here. 336 336 337 337 config SENSORS_APDS990X 338 338 tristate "APDS990X combined als and proximity sensors" ··· 437 437 select CRC32 438 438 tristate "PCI Endpoint Test driver" 439 439 ---help--- 440 - Enable this configuration option to enable the host side test driver 441 - for PCI Endpoint. 440 + Enable this configuration option to enable the host side test driver 441 + for PCI Endpoint. 442 442 443 443 config XILINX_SDFEC 444 444 tristate "Xilinx SDFEC 16"