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

i2c: 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>
Acked-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>

authored by

Krzysztof Kozlowski and committed by
Wolfram Sang
1b00ff61 dca0dd28

+19 -19
+11 -11
drivers/i2c/busses/Kconfig
··· 293 293 select I2C_ALGOBIT 294 294 help 295 295 If you say yes to this option, support will be included for the VIA 296 - 82C586B I2C interface 296 + 82C586B I2C interface 297 297 298 298 This driver can also be built as a module. If so, the module 299 299 will be called i2c-via. ··· 678 678 tristate "IMX Low Power I2C interface" 679 679 depends on ARCH_MXC || COMPILE_TEST 680 680 help 681 - Say Y here if you want to use the Low Power IIC bus controller 682 - on the Freescale i.MX processors. 681 + Say Y here if you want to use the Low Power IIC bus controller 682 + on the Freescale i.MX processors. 683 683 684 - This driver can also be built as a module. If so, the module 685 - will be called i2c-imx-lpi2c. 684 + This driver can also be built as a module. If so, the module 685 + will be called i2c-imx-lpi2c. 686 686 687 687 config I2C_IOP3XX 688 688 tristate "Intel IOPx3xx and IXP4xx on-chip I2C interface" ··· 1184 1184 will be called i2c-diolan-u2c. 1185 1185 1186 1186 config I2C_DLN2 1187 - tristate "Diolan DLN-2 USB I2C adapter" 1188 - depends on MFD_DLN2 1189 - help 1187 + tristate "Diolan DLN-2 USB I2C adapter" 1188 + depends on MFD_DLN2 1189 + help 1190 1190 If you say yes to this option, support will be included for Diolan 1191 1191 DLN2, a USB to I2C interface. 1192 1192 ··· 1285 1285 help 1286 1286 Say yes here to access the I2C part of the Nano River 1287 1287 Technologies Viperboard as I2C master. 1288 - See viperboard API specification and Nano 1289 - River Tech's viperboard.h for detailed meaning 1290 - of the module parameters. 1288 + See viperboard API specification and Nano 1289 + River Tech's viperboard.h for detailed meaning 1290 + of the module parameters. 1291 1291 1292 1292 comment "Other I2C/SMBus bus drivers" 1293 1293
+8 -8
drivers/i2c/muxes/Kconfig
··· 109 109 want to change the I2C master at run-time depending on features. 110 110 111 111 config I2C_MUX_MLXCPLD 112 - tristate "Mellanox CPLD based I2C multiplexer" 113 - help 114 - If you say yes to this option, support will be included for a 115 - CPLD based I2C multiplexer. This driver provides access to 116 - I2C busses connected through a MUX, which is controlled 117 - by a CPLD register. 112 + tristate "Mellanox CPLD based I2C multiplexer" 113 + help 114 + If you say yes to this option, support will be included for a 115 + CPLD based I2C multiplexer. This driver provides access to 116 + I2C busses connected through a MUX, which is controlled 117 + by a CPLD register. 118 118 119 - This driver can also be built as a module. If so, the module 120 - will be called i2c-mux-mlxcpld. 119 + This driver can also be built as a module. If so, the module 120 + will be called i2c-mux-mlxcpld. 121 121 122 122 endmenu