From: Prasad Pandit <p...@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")
Fixes: c96f566273bf ("drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel")
Fixes: cf40c6600592 ("drm: panel: add TDO tl070wsh30 panel driver")
Signed-off-by: Prasad Pandit <p...@fedoraproject.org>
---
 drivers/gpu/drm/panel/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

v1:
 - Fix other similar occurrences of utf multiply
v0:
 - 
https://lore.kernel.org/dri-devel/1e546c01-1126-45c8-9104-14e769ded...@quicinc.com/T/#t

diff --git a/drivers/gpu/drm/panel/Kconfig b/drivers/gpu/drm/panel/Kconfig
index 8f3783742208..40a021ee91c3 100644
--- a/drivers/gpu/drm/panel/Kconfig
+++ b/drivers/gpu/drm/panel/Kconfig
@@ -259,7 +259,7 @@ config DRM_PANEL_JDI_LT070ME05000
        help
          Say Y here if you want to enable support for JDI DSI video mode
          panel as found in Google Nexus 7 (2013) devices.
-         The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses
+         The panel has a 1200(RGB)x1920 (WUXGA) resolution and uses
          24 bit per pixel.
 
 config DRM_PANEL_JDI_LPM102A188A
@@ -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
@@ -801,7 +801,7 @@ config DRM_PANEL_TDO_TL070WSH30
        depends on BACKLIGHT_CLASS_DEVICE
        help
          Say Y here if you want to enable support for TDO TL070WSH30 TFT-LCD
-         panel module. The panel has a 1024×600 resolution and uses
+         panel module. The panel has a 1024x600 resolution and uses
          24 bit RGB per pixel. It provides a MIPI DSI interface to
          the host, a built-in LED backlight and touch controller.
 
-- 
2.44.0

Reply via email to