Skip to content

Commit c8175bd

Browse files
krzkgregkh
authored andcommitted
char: 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 6e6c18b commit c8175bd

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

drivers/char/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,8 @@ config RAW_DRIVER
439439
Once bound, I/O against /dev/raw/rawN uses efficient zero-copy I/O.
440440
See the raw(8) manpage for more details.
441441

442-
Applications should preferably open the device (eg /dev/hda1)
443-
with the O_DIRECT flag.
442+
Applications should preferably open the device (eg /dev/hda1)
443+
with the O_DIRECT flag.
444444

445445
config MAX_RAW_DEVS
446446
int "Maximum number of RAW devices to support (1-65536)"
@@ -559,4 +559,4 @@ config RANDOM_TRUST_BOOTLOADER
559559
device randomness. Say Y here to assume the entropy provided by the
560560
booloader is trustworthy so it will be added to the kernel's entropy
561561
pool. Otherwise, say N here so it will be regarded as device input that
562-
only mixes the entropy pool.
562+
only mixes the entropy pool.

drivers/char/agp/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ config AGP_AMD64
6363
This option gives you AGP support for the GLX component of
6464
X using the on-CPU northbridge of the AMD Athlon64/Opteron CPUs.
6565
You still need an external AGP bridge like the AMD 8151, VIA
66-
K8T400M, SiS755. It may also support other AGP bridges when loaded
66+
K8T400M, SiS755. It may also support other AGP bridges when loaded
6767
with agp_try_unsupported=1.
6868

6969
config AGP_INTEL

drivers/char/hw_random/Kconfig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -377,13 +377,13 @@ config HW_RANDOM_CAVIUM
377377
depends on HW_RANDOM && PCI && (ARM64 || (COMPILE_TEST && 64BIT))
378378
default HW_RANDOM
379379
---help---
380-
This driver provides kernel-side support for the Random Number
381-
Generator hardware found on Cavium SoCs.
380+
This driver provides kernel-side support for the Random Number
381+
Generator hardware found on Cavium SoCs.
382382

383-
To compile this driver as a module, choose M here: the
384-
module will be called cavium_rng.
383+
To compile this driver as a module, choose M here: the
384+
module will be called cavium_rng.
385385

386-
If unsure, say Y.
386+
If unsure, say Y.
387387

388388
config HW_RANDOM_MTK
389389
tristate "Mediatek Random Number Generator support"

drivers/char/ipmi/Kconfig

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ menuconfig IPMI_HANDLER
88
depends on HAS_IOMEM
99
select IPMI_DMI_DECODE if DMI
1010
help
11-
This enables the central IPMI message handler, required for IPMI
11+
This enables the central IPMI message handler, required for IPMI
1212
to work.
1313

14-
IPMI is a standard for managing sensors (temperature,
15-
voltage, etc.) in a system.
14+
IPMI is a standard for managing sensors (temperature,
15+
voltage, etc.) in a system.
1616

17-
See <file:Documentation/IPMI.txt> for more details on the driver.
17+
See <file:Documentation/IPMI.txt> for more details on the driver.
1818

1919
If unsure, say N.
2020

@@ -56,40 +56,40 @@ config IPMI_PANIC_STRING
5656
config IPMI_DEVICE_INTERFACE
5757
tristate 'Device interface for IPMI'
5858
help
59-
This provides an IOCTL interface to the IPMI message handler so
59+
This provides an IOCTL interface to the IPMI message handler so
6060
userland processes may use IPMI. It supports poll() and select().
6161

6262
config IPMI_SI
6363
tristate 'IPMI System Interface handler'
6464
select IPMI_PLAT_DATA
6565
help
66-
Provides a driver for System Interfaces (KCS, SMIC, BT).
66+
Provides a driver for System Interfaces (KCS, SMIC, BT).
6767
Currently, only KCS and SMIC are supported. If
6868
you are using IPMI, you should probably say "y" here.
6969

7070
config IPMI_SSIF
7171
tristate 'IPMI SMBus handler (SSIF)'
7272
select I2C
7373
help
74-
Provides a driver for a SMBus interface to a BMC, meaning that you
74+
Provides a driver for a SMBus interface to a BMC, meaning that you
7575
have a driver that must be accessed over an I2C bus instead of a
7676
standard interface. This module requires I2C support.
7777

7878
config IPMI_POWERNV
7979
depends on PPC_POWERNV
8080
tristate 'POWERNV (OPAL firmware) IPMI interface'
8181
help
82-
Provides a driver for OPAL firmware-based IPMI interfaces.
82+
Provides a driver for OPAL firmware-based IPMI interfaces.
8383

8484
config IPMI_WATCHDOG
8585
tristate 'IPMI Watchdog Timer'
8686
help
87-
This enables the IPMI watchdog timer.
87+
This enables the IPMI watchdog timer.
8888

8989
config IPMI_POWEROFF
9090
tristate 'IPMI Poweroff'
9191
help
92-
This enables a function to power off the system with IPMI if
92+
This enables a function to power off the system with IPMI if
9393
the IPMI management controller is capable of this.
9494

9595
endif # IPMI_HANDLER

0 commit comments

Comments
 (0)