Re: [PATCH] drm/panel: replace utf multiply with an ascii x

2024-03-25 Thread Jessica Zhang
On 3/23/2024 12:40 AM, Prasad Pandit wrote: On Fri, 22 Mar 2024 at 20:54, Jessica Zhang 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

Re: [PATCH] drm/panel: replace utf multiply with an ascii x

2024-03-23 Thread Prasad Pandit
On Fri, 22 Mar 2024 at 20:54, Jessica Zhang 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

Re: [PATCH] drm/panel: replace utf multiply with an ascii x

2024-03-22 Thread Jessica Zhang
On 3/22/2024 5:03 AM, Prasad Pandit wrote: From: Prasad Pandit 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, Jess

[PATCH] drm/panel: replace utf multiply with an ascii x

2024-03-22 Thread Prasad Pandit
From: Prasad Pandit 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 --- drivers/gpu/drm/panel/Kconfig | 2 +- 1 file changed, 1 insertio