On 3/23/2024 12:39 AM, Prasad Pandit wrote:
From: Prasad Pandit <pjp@xxxxxxxxxxxxxxxxx>
Replace unicode multiplication character with an ascii x.
It helps Kconfig parsers to read file without error.
Hi Prasad,
Reviewed-by: Jessica Zhang <quic_jesszhan@xxxxxxxxxxx>
Thanks,
Jessica Zhang
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 <pjp@xxxxxxxxxxxxxxxxx>
---
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-14e769dedb8b@xxxxxxxxxxx/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