All of lore.kernel.org
 help / color / mirror / Atom feed
From: Prasad Pandit <ppandit@redhat.com>
To: Diogo Ivo <diogo.ivo@tecnico.ulisboa.pt>
Cc: Neil Armstrong <neil.armstrong@linaro.org>,
	Jessica Zhang <quic_jesszhan@quicinc.com>,
	Sam Ravnborg <sam@ravnborg.org>,
	dri-devel@lists.freedesktop.org,
	Prasad Pandit <pjp@fedoraproject.org>
Subject: [PATCH] drm/panel: replace utf multiply with an ascii x
Date: Fri, 22 Mar 2024 17:33:36 +0530	[thread overview]
Message-ID: <20240322120339.1802922-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")
Signed-off-by: Prasad Pandit <pjp@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


             reply	other threads:[~2024-03-22 12:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-22 12:03 Prasad Pandit [this message]
2024-03-22 15:24 ` [PATCH] drm/panel: replace utf multiply with an ascii x Jessica Zhang
2024-03-23  7:40   ` Prasad Pandit
2024-03-25 16:24     ` 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=20240322120339.1802922-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.