All of lore.kernel.org
 help / color / mirror / Atom feed
From: Prasad Pandit <ppandit@redhat.com>
To: Jessica Zhang <quic_jesszhan@quicinc.com>
Cc: diogo.ivo@tecnico.ulisboa.pt, neil.armstrong@linaro.org,
	sam@ravnborg.org, dri-devel@lists.freedesktop.org,
	Prasad Pandit <pjp@fedoraproject.org>
Subject: [PATCH v1] drm/panel: replace utf multiply with an ascii x
Date: Sat, 23 Mar 2024 13:09:20 +0530	[thread overview]
Message-ID: <20240323073923.1824802-1-ppandit@redhat.com> (raw)

From: Prasad Pandit <pjp@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 <pjp@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-14e769dedb8b@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	other threads:[~2024-03-23  7:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-23  7:39 Prasad Pandit [this message]
2024-03-25 16:23 ` [PATCH v1] drm/panel: replace utf multiply with an ascii x Jessica Zhang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240323073923.1824802-1-ppandit@redhat.com \
    --to=ppandit@redhat.com \
    --cc=diogo.ivo@tecnico.ulisboa.pt \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=neil.armstrong@linaro.org \
    --cc=pjp@fedoraproject.org \
    --cc=quic_jesszhan@quicinc.com \
    --cc=sam@ravnborg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.