Skip to content

Commit 5f017a5

Browse files
krzkmpe
authored andcommitted
powerpc: 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]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent f2bb869 commit 5f017a5

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

arch/powerpc/Kconfig.debug

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ config XMON_DEFAULT_RO_MODE
122122
depends on XMON
123123
default y
124124
help
125-
Operate xmon in read-only mode. The cmdline options 'xmon=rw' and
126-
'xmon=ro' override this default.
125+
Operate xmon in read-only mode. The cmdline options 'xmon=rw' and
126+
'xmon=ro' override this default.
127127

128128
config DEBUGGER
129129
bool
@@ -222,7 +222,7 @@ config PPC_EARLY_DEBUG_44x
222222
help
223223
Select this to enable early debugging for IBM 44x chips via the
224224
inbuilt serial port. If you enable this, ensure you set
225-
PPC_EARLY_DEBUG_44x_PHYSLOW below to suit your target board.
225+
PPC_EARLY_DEBUG_44x_PHYSLOW below to suit your target board.
226226

227227
config PPC_EARLY_DEBUG_40x
228228
bool "Early serial debugging for IBM/AMCC 40x CPUs"
@@ -325,7 +325,7 @@ config PPC_EARLY_DEBUG_44x_PHYSLOW
325325
default "0x40000200"
326326
help
327327
You probably want 0x40000200 for ebony boards and
328-
0x40000300 for taishan
328+
0x40000300 for taishan
329329

330330
config PPC_EARLY_DEBUG_44x_PHYSHIGH
331331
hex "EPRN of early debug UART physical address"
@@ -359,9 +359,9 @@ config FAIL_IOMMU
359359
If you are unsure, say N.
360360

361361
config PPC_PTDUMP
362-
bool "Export kernel pagetable layout to userspace via debugfs"
363-
depends on DEBUG_KERNEL && DEBUG_FS
364-
help
362+
bool "Export kernel pagetable layout to userspace via debugfs"
363+
depends on DEBUG_KERNEL && DEBUG_FS
364+
help
365365
This option exports the state of the kernel pagetables to a
366366
debugfs file. This is only useful for kernel developers who are
367367
working in architecture specific areas of the kernel - probably
@@ -390,8 +390,8 @@ config PPC_DEBUG_WX
390390

391391
config PPC_FAST_ENDIAN_SWITCH
392392
bool "Deprecated fast endian-switch syscall"
393-
depends on DEBUG_KERNEL && PPC_BOOK3S_64
394-
help
393+
depends on DEBUG_KERNEL && PPC_BOOK3S_64
394+
help
395395
If you're unsure what this is, say N.
396396

397397
config KASAN_SHADOW_OFFSET

arch/powerpc/platforms/Kconfig.cputype

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -415,13 +415,13 @@ config PPC_MM_SLICES
415415
bool
416416

417417
config PPC_HAVE_PMU_SUPPORT
418-
bool
418+
bool
419419

420420
config PPC_PERF_CTRS
421-
def_bool y
422-
depends on PERF_EVENTS && PPC_HAVE_PMU_SUPPORT
423-
help
424-
This enables the powerpc-specific perf_event back-end.
421+
def_bool y
422+
depends on PERF_EVENTS && PPC_HAVE_PMU_SUPPORT
423+
help
424+
This enables the powerpc-specific perf_event back-end.
425425

426426
config FORCE_SMP
427427
# Allow platforms to force SMP=y by selecting this

0 commit comments

Comments
 (0)