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

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

Reply via email to