Skip to content

Commit 68d4b3d

Browse files
krzktorvalds
authored andcommitted
lib/: fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ / /' -i */Kconfig Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent ec29a5c commit 68d4b3d

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

lib/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ config OID_REGISTRY
572572
Enable fast lookup object identifier registry.
573573

574574
config UCS2_STRING
575-
tristate
575+
tristate
576576

577577
#
578578
# generic vdso

lib/Kconfig.debug

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ config DYNAMIC_DEBUG
128128
lineno : line number of the debug statement
129129
module : module that contains the debug statement
130130
function : function that contains the debug statement
131-
flags : '=p' means the line is turned 'on' for printing
132-
format : the format used for the debug statement
131+
flags : '=p' means the line is turned 'on' for printing
132+
format : the format used for the debug statement
133133

134134
From a live system:
135135

@@ -190,7 +190,7 @@ config DEBUG_INFO
190190
bool "Compile the kernel with debug info"
191191
depends on DEBUG_KERNEL && !COMPILE_TEST
192192
help
193-
If you say Y here the resulting kernel image will include
193+
If you say Y here the resulting kernel image will include
194194
debugging info resulting in a larger kernel image.
195195
This adds debug symbols to the kernel and modules (gcc -g), and
196196
is needed if you intend to use kernel crashdump or binary object
@@ -287,13 +287,13 @@ config STRIP_ASM_SYMS
287287
get_wchan() and suchlike.
288288

289289
config READABLE_ASM
290-
bool "Generate readable assembler code"
291-
depends on DEBUG_KERNEL
292-
help
293-
Disable some compiler optimizations that tend to generate human unreadable
294-
assembler output. This may make the kernel slightly slower, but it helps
295-
to keep kernel developers who have to stare a lot at assembler listings
296-
sane.
290+
bool "Generate readable assembler code"
291+
depends on DEBUG_KERNEL
292+
help
293+
Disable some compiler optimizations that tend to generate human unreadable
294+
assembler output. This may make the kernel slightly slower, but it helps
295+
to keep kernel developers who have to stare a lot at assembler listings
296+
sane.
297297

298298
config HEADERS_INSTALL
299299
bool "Install uapi headers to usr/include"
@@ -523,11 +523,11 @@ config DEBUG_OBJECTS_PERCPU_COUNTER
523523

524524
config DEBUG_OBJECTS_ENABLE_DEFAULT
525525
int "debug_objects bootup default value (0-1)"
526-
range 0 1
527-
default "1"
528-
depends on DEBUG_OBJECTS
529-
help
530-
Debug objects boot parameter default value
526+
range 0 1
527+
default "1"
528+
depends on DEBUG_OBJECTS
529+
help
530+
Debug objects boot parameter default value
531531

532532
config DEBUG_SLAB
533533
bool "Debug slab memory allocations"
@@ -658,7 +658,7 @@ config DEBUG_VM
658658
depends on DEBUG_KERNEL
659659
help
660660
Enable this to turn on extended checks in the virtual-memory system
661-
that may impact performance.
661+
that may impact performance.
662662

663663
If unsure, say N.
664664

@@ -1398,7 +1398,7 @@ config DEBUG_WQ_FORCE_RR_CPU
13981398
be impacted.
13991399

14001400
config DEBUG_BLOCK_EXT_DEVT
1401-
bool "Force extended block device numbers and spread them"
1401+
bool "Force extended block device numbers and spread them"
14021402
depends on DEBUG_KERNEL
14031403
depends on BLOCK
14041404
default n

lib/Kconfig.kgdb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ config KGDB_LOW_LEVEL_TRAP
6464
depends on X86 || MIPS
6565
default n
6666
help
67-
This will add an extra call back to kgdb for the breakpoint
68-
exception handler which will allow kgdb to step through a
69-
notify handler.
67+
This will add an extra call back to kgdb for the breakpoint
68+
exception handler which will allow kgdb to step through a
69+
notify handler.
7070

7171
config KGDB_KDB
7272
bool "KGDB_KDB: include kdb frontend for kgdb"
@@ -96,7 +96,7 @@ config KDB_DEFAULT_ENABLE
9696

9797
The config option merely sets the default at boot time. Both
9898
issuing 'echo X > /sys/module/kdb/parameters/cmd_enable' or
99-
setting with kdb.cmd_enable=X kernel command line option will
99+
setting with kdb.cmd_enable=X kernel command line option will
100100
override the default settings.
101101

102102
config KDB_KEYBOARD

0 commit comments

Comments
 (0)