Skip to content

Commit 687b275

Browse files
juerghgeertu
authored andcommitted
m68k: Kconfig.debug: Replace single quotes
Replace single quotes in strings with double quotes to match the majority of the rest of the kernel's Kconfig files. Signed-off-by: Juerg Haefliger <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent a1ab4c1 commit 687b275

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/m68k/Kconfig.debug

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# SPDX-License-Identifier: GPL-2.0
22

33
config BOOTPARAM
4-
bool 'Compiled-in Kernel Boot Parameter'
4+
bool "Compiled-in Kernel Boot Parameter"
55

66
config BOOTPARAM_STRING
7-
string 'Kernel Boot Parameter'
8-
default 'console=ttyS0,19200'
7+
string "Kernel Boot Parameter"
8+
default "console=ttyS0,19200"
99
depends on BOOTPARAM
1010

1111
config EARLY_PRINTK

0 commit comments

Comments
 (0)