linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc/powernv: Kconfig: Replace single quotes
@ 2022-05-20 11:52 Juerg Haefliger
  2022-07-04 11:34 ` Michael Ellerman
  0 siblings, 1 reply; 2+ messages in thread
From: Juerg Haefliger @ 2022-05-20 11:52 UTC (permalink / raw)
  To: mpe, benh, paulus, linuxppc-dev; +Cc: Juerg Haefliger, linux-kernel

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

Signed-off-by: Juerg Haefliger <juergh@canonical.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] powerpc/powernv: Kconfig: Replace single quotes
  2022-05-20 11:52 [PATCH] powerpc/powernv: Kconfig: Replace single quotes Juerg Haefliger
@ 2022-07-04 11:34 ` Michael Ellerman
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Ellerman @ 2022-07-04 11:34 UTC (permalink / raw)
  To: paulus, linuxppc-dev, Juerg Haefliger, benh, mpe
  Cc: Juerg Haefliger, linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-04 11:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-20 11:52 [PATCH] powerpc/powernv: Kconfig: Replace single quotes Juerg Haefliger
2022-07-04 11:34 ` Michael Ellerman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).