All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jessica Zhang <quic_jesszhan@quicinc.com>
To: Prasad Pandit <ppandit@redhat.com>,
	Diogo Ivo <diogo.ivo@tecnico.ulisboa.pt>
Cc: Neil Armstrong <neil.armstrong@linaro.org>,
	Sam Ravnborg <sam@ravnborg.org>,
	<dri-devel@lists.freedesktop.org>,
	Prasad Pandit <pjp@fedoraproject.org>
Subject: Re: [PATCH] drm/panel: replace utf multiply with an ascii x
Date: Fri, 22 Mar 2024 08:24:01 -0700	[thread overview]
Message-ID: <1e546c01-1126-45c8-9104-14e769dedb8b@quicinc.com> (raw)
In-Reply-To: <20240322120339.1802922-1-ppandit@redhat.com>



On 3/22/2024 5:03 AM, Prasad Pandit wrote:
> From: Prasad Pandit <pjp@fedoraproject.org>
> 
> Replace unicode multiplication character with an ascii x.
> It helps Kconfig parsers to read file without error.

Hi Prasad,

Seems that this also happens in 2 other Kconfig entries. Can you replace 
those as well?

Thanks,

Jessica Zhang

> 
> 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 15:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-22 12:03 [PATCH] drm/panel: replace utf multiply with an ascii x Prasad Pandit
2024-03-22 15:24 ` Jessica Zhang [this message]
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=1e546c01-1126-45c8-9104-14e769dedb8b@quicinc.com \
    --to=quic_jesszhan@quicinc.com \
    --cc=diogo.ivo@tecnico.ulisboa.pt \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=neil.armstrong@linaro.org \
    --cc=pjp@fedoraproject.org \
    --cc=ppandit@redhat.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.