Skip to content

Commit 7d8093a

Browse files
krzkrichardweinberger
authored andcommitted
um: 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]> Acked-by: Anton Ivanov <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent bf9f80c commit 7d8093a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/um/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ config KERNEL_STACK_ORDER
153153
It is possible to reduce the stack to 1 for 64BIT and 0 for 32BIT on
154154
older (pre-2017) CPUs. It is not recommended on newer CPUs due to the
155155
increase in the size of the state which needs to be saved when handling
156-
signals.
156+
signals.
157157

158158
config MMAPPER
159159
tristate "iomem emulation driver"

0 commit comments

Comments
 (0)