Skip to content

Commit 120e476

Browse files
committed
Merge tag 'for-linus' of git://github.com/openrisc/linux
Pull OpenRISC update from Stafford Horne: "White space fixups in Kconfig files from Krzysztof Kozlowski" * tag 'for-linus' of git://github.com/openrisc/linux: openrisc: Fix Kconfig indentation
2 parents fcaa0ad + 0ecdcaa commit 120e476

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

arch/openrisc/Kconfig

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ config OPENRISC
1313
select IRQ_DOMAIN
1414
select HANDLE_DOMAIN_IRQ
1515
select GPIOLIB
16-
select HAVE_ARCH_TRACEHOOK
16+
select HAVE_ARCH_TRACEHOOK
1717
select SPARSE_IRQ
1818
select GENERIC_IRQ_CHIP
1919
select GENERIC_IRQ_PROBE
@@ -51,12 +51,12 @@ config NO_IOPORT_MAP
5151
def_bool y
5252

5353
config TRACE_IRQFLAGS_SUPPORT
54-
def_bool y
54+
def_bool y
5555

5656
# For now, use generic checksum functions
5757
#These can be reimplemented in assembly later if so inclined
5858
config GENERIC_CSUM
59-
def_bool y
59+
def_bool y
6060

6161
config STACKTRACE_SUPPORT
6262
def_bool y
@@ -89,8 +89,8 @@ config DCACHE_WRITETHROUGH
8989
If unsure say N here
9090

9191
config OPENRISC_BUILTIN_DTB
92-
string "Builtin DTB"
93-
default ""
92+
string "Builtin DTB"
93+
default ""
9494

9595
menu "Class II Instructions"
9696

@@ -161,13 +161,13 @@ config OPENRISC_HAVE_SHADOW_GPRS
161161
On a unicore system it's safe to say N here if you are unsure.
162162

163163
config CMDLINE
164-
string "Default kernel command string"
165-
default ""
166-
help
167-
On some architectures there is currently no way for the boot loader
168-
to pass arguments to the kernel. For these architectures, you should
169-
supply some command-line options at build time by entering them
170-
here.
164+
string "Default kernel command string"
165+
default ""
166+
help
167+
On some architectures there is currently no way for the boot loader
168+
to pass arguments to the kernel. For these architectures, you should
169+
supply some command-line options at build time by entering them
170+
here.
171171

172172
menu "Debugging options"
173173

@@ -185,7 +185,7 @@ config OPENRISC_ESR_EXCEPTION_BUG_CHECK
185185
default n
186186
help
187187
This option enables some checks that might expose some problems
188-
in kernel.
188+
in kernel.
189189

190190
Say N if you are unsure.
191191

0 commit comments

Comments
 (0)