From: Prasad Pandit <pjp@xxxxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxxxx> --- 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