2022-05-23 05:40:41

by Juerg Haefliger

[permalink] [raw]
Subject: [PATCH] powerpc/powernv: Kconfig: Replace single quotes

Replace single quotes with double quotes which seems to be the convention
for strings.

Signed-off-by: Juerg Haefliger <[email protected]>
---
arch/powerpc/platforms/powernv/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/platforms/powernv/Kconfig b/arch/powerpc/platforms/powernv/Kconfig
index 161dfe024085..ecc4a5806b42 100644
--- a/arch/powerpc/platforms/powernv/Kconfig
+++ b/arch/powerpc/platforms/powernv/Kconfig
@@ -20,7 +20,7 @@ config PPC_POWERNV
default y

config OPAL_PRD
- tristate 'OPAL PRD driver'
+ tristate "OPAL PRD driver"
depends on PPC_POWERNV
help
This enables the opal-prd driver, a facility to run processor
--
2.32.0



2022-07-04 12:05:18

by Michael Ellerman

[permalink] [raw]
Subject: Re: [PATCH] powerpc/powernv: Kconfig: Replace single quotes

On Fri, 20 May 2022 13:52:29 +0200, Juerg Haefliger wrote:
> Replace single quotes with double quotes which seems to be the convention
> for strings.
>
>

Applied to powerpc/next.

[1/1] powerpc/powernv: Kconfig: Replace single quotes
https://git.kernel.org/powerpc/c/1e2e5e82748aaf1fcc0e2a91e309793cd6cc5076

cheers