From: Juerg Haefliger Date: Tue, 24 May 2022 07:58:47 +0000 (+0200) Subject: m68k: Kconfig.debug: Replace single quotes X-Git-Tag: v6.1-rc5~794^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=687b2754b080a6e6608b177e195ed3329724ca02;p=platform%2Fkernel%2Flinux-starfive.git 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 Link: https://lore.kernel.org/r/20220524075848.21684-3-juergh@canonical.com Signed-off-by: Geert Uytterhoeven --- diff --git a/arch/m68k/Kconfig.debug b/arch/m68k/Kconfig.debug index 11b306b..465e28b 100644 --- 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