diff mbox series

drm/panel: replace utf multiply with an ascii x

Message ID 20240322120339.1802922-1-ppandit@redhat.com (mailing list archive)
State New, archived
Headers show
Series drm/panel: replace utf multiply with an ascii x | expand

Commit Message

Prasad Pandit March 22, 2024, 12:03 p.m. UTC
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(-)

Comments

Jessica Zhang March 22, 2024, 3:24 p.m. UTC | #1
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
>
Prasad Pandit March 23, 2024, 7:40 a.m. UTC | #2
On Fri, 22 Mar 2024 at 20:54, Jessica Zhang <quic_jesszhan@quicinc.com> wrote:
> Seems that this also happens in 2 other Kconfig entries. Can you replace those as well?

* Yes, I've sent a revised patch.

Thank you.
---
  - Prasad
Jessica Zhang March 25, 2024, 4:24 p.m. UTC | #3
On 3/23/2024 12:40 AM, Prasad Pandit wrote:
> On Fri, 22 Mar 2024 at 20:54, Jessica Zhang <quic_jesszhan@quicinc.com> wrote:
>> Seems that this also happens in 2 other Kconfig entries. Can you replace those as well?
> 
> * Yes, I've sent a revised patch.

Acked, thanks!

> 
> Thank you.
> ---
>    - Prasad
>
diff mbox series

Patch

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