Skip to content

Commit 40d3408

Browse files
juerghrichardweinberger
authored andcommitted
x86/um: Kconfig: Fix indentation
The convention for indentation seems to be a single tab. Help text is further indented by an additional two whitespaces. Fix the lines that violate these rules. Signed-off-by: Juerg Haefliger <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent e7d523f commit 40d3408

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

arch/x86/um/Kconfig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ config 3_LEVEL_PGTABLES
3232
bool "Three-level pagetables" if !64BIT
3333
default 64BIT
3434
help
35-
Three-level pagetables will let UML have more than 4G of physical
36-
memory. All the memory that can't be mapped directly will be treated
37-
as high memory.
35+
Three-level pagetables will let UML have more than 4G of physical
36+
memory. All the memory that can't be mapped directly will be treated
37+
as high memory.
3838

39-
However, this it experimental on 32-bit architectures, so if unsure say
40-
N (on x86-64 it's automatically enabled, instead, as it's safe there).
39+
However, this it experimental on 32-bit architectures, so if unsure say
40+
N (on x86-64 it's automatically enabled, instead, as it's safe there).
4141

4242
config ARCH_HAS_SC_SIGNALS
4343
def_bool !64BIT

0 commit comments

Comments
 (0)