projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1ab4c1
)
m68k: Kconfig.debug: Replace single quotes
author
Juerg Haefliger
<juerg.haefliger@canonical.com>
Tue, 24 May 2022 07:58:47 +0000
(09:58 +0200)
committer
Geert Uytterhoeven
<geert@linux-m68k.org>
Wed, 6 Jul 2022 12:07:04 +0000
(14:07 +0200)
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 <juergh@canonical.com>
Link:
https://lore.kernel.org/r/20220524075848.21684-3-juergh@canonical.com
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/Kconfig.debug
patch
|
blob
|
history
diff --git
a/arch/m68k/Kconfig.debug
b/arch/m68k/Kconfig.debug
index 11b306bdd7886a1a96c31bc31bb5d197aedf0443..465e28be0ce46a6976674a3bcd49eb51421841a7 100644
(file)
--- a/
arch/m68k/Kconfig.debug
+++ b/
arch/m68k/Kconfig.debug
@@
-1,11
+1,11
@@
# SPDX-License-Identifier: GPL-2.0
config BOOTPARAM
- bool
'Compiled-in Kernel Boot Parameter'
+ bool
"Compiled-in Kernel Boot Parameter"
config BOOTPARAM_STRING
- string
'Kernel Boot Parameter'
- default
'console=ttyS0,19200'
+ string
"Kernel Boot Parameter"
+ default
"console=ttyS0,19200"
depends on BOOTPARAM
config EARLY_PRINTK