Skip to content

Commit ab64ec1

Browse files
krzkgregkh
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent c8175bd commit ab64ec1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

drivers/misc/Kconfig

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -325,14 +325,14 @@ config SENSORS_TSL2550
325325
will be called tsl2550.
326326

327327
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
332332
SFH7770 (Osram) combined ambient light and proximity sensor chip.
333333

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.
336336

337337
config SENSORS_APDS990X
338338
tristate "APDS990X combined als and proximity sensors"
@@ -437,8 +437,8 @@ config PCI_ENDPOINT_TEST
437437
select CRC32
438438
tristate "PCI Endpoint Test driver"
439439
---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.
442442

443443
config XILINX_SDFEC
444444
tristate "Xilinx SDFEC 16"

0 commit comments

Comments
 (0)