[PATCH] drm/panel: replace utf multiply with an ascii x

Prasad Pandit ppandit at redhat.com
Fri Mar 22 12:03:36 UTC 2024


From: Prasad Pandit <pjp at fedoraproject.org>

Replace unicode multiplication character with an ascii x.
It helps Kconfig parsers to read file without error.

Fixes: 25205087df1f ("drm/panel: Add driver for JDI LPM102A188A")
Signed-off-by: Prasad Pandit <pjp at fedoraproject.org>
---
 drivers/gpu/drm/panel/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/panel/Kconfig b/drivers/gpu/drm/panel/Kconfig
index 8f3783742208..e3970dee089f 100644
--- a/drivers/gpu/drm/panel/Kconfig
+++ b/drivers/gpu/drm/panel/Kconfig
@@ -270,7 +270,7 @@ config DRM_PANEL_JDI_LPM102A188A
 	help
 	  Say Y here if you want to enable support for JDI LPM102A188A DSI
 	  command mode panel as found in Google Pixel C devices.
-	  The panel has a 2560×1800 resolution. It provides a MIPI DSI interface
+	  The panel has a 2560x1800 resolution. It provides a MIPI DSI interface
 	  to the host.
 
 config DRM_PANEL_JDI_R63452
-- 
2.44.0



More information about the dri-devel mailing list