@@ -128,8 +128,8 @@ config DYNAMIC_DEBUG
128
128
lineno : line number of the debug statement
129
129
module : module that contains the debug statement
130
130
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
133
133
134
134
From a live system:
135
135
@@ -190,7 +190,7 @@ config DEBUG_INFO
190
190
bool "Compile the kernel with debug info"
191
191
depends on DEBUG_KERNEL && !COMPILE_TEST
192
192
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
194
194
debugging info resulting in a larger kernel image.
195
195
This adds debug symbols to the kernel and modules (gcc -g), and
196
196
is needed if you intend to use kernel crashdump or binary object
@@ -287,13 +287,13 @@ config STRIP_ASM_SYMS
287
287
get_wchan() and suchlike.
288
288
289
289
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.
297
297
298
298
config HEADERS_INSTALL
299
299
bool "Install uapi headers to usr/include"
@@ -523,11 +523,11 @@ config DEBUG_OBJECTS_PERCPU_COUNTER
523
523
524
524
config DEBUG_OBJECTS_ENABLE_DEFAULT
525
525
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
531
531
532
532
config DEBUG_SLAB
533
533
bool "Debug slab memory allocations"
@@ -658,7 +658,7 @@ config DEBUG_VM
658
658
depends on DEBUG_KERNEL
659
659
help
660
660
Enable this to turn on extended checks in the virtual-memory system
661
- that may impact performance.
661
+ that may impact performance.
662
662
663
663
If unsure, say N.
664
664
@@ -1398,7 +1398,7 @@ config DEBUG_WQ_FORCE_RR_CPU
1398
1398
be impacted.
1399
1399
1400
1400
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"
1402
1402
depends on DEBUG_KERNEL
1403
1403
depends on BLOCK
1404
1404
default n
0 commit comments