[PATCH][next] drm/panel: Kconfig: Fix spelling mistake "pannel" -> "panel"

Colin Ian King posted 1 patch 2 months, 1 week ago
drivers/gpu/drm/panel/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH][next] drm/panel: Kconfig: Fix spelling mistake "pannel" -> "panel"
Posted by Colin Ian King 2 months, 1 week ago
There is a spelling mistake in the LEDS_BD2606MVV config. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 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 09b9f7ff9340..af90ca62e57d 100644
--- a/drivers/gpu/drm/panel/Kconfig
+++ b/drivers/gpu/drm/panel/Kconfig
@@ -971,7 +971,7 @@ config DRM_PANEL_STARTEK_KD070FHFID015
 	depends on BACKLIGHT_CLASS_DEVICE
 	help
 	  Say Y here if you want to enable support for STARTEK KD070FHFID015 DSI panel
-	  based on RENESAS-R69429 controller. The pannel is a 7-inch TFT LCD display
+	  based on RENESAS-R69429 controller. The panel is a 7-inch TFT LCD display
 	  with a resolution of 1024 x 600 pixels. It provides a MIPI DSI interface to
 	  the host, a built-in LED backlight and touch controller.
 
-- 
2.50.0
Re: [PATCH][next] drm/panel: Kconfig: Fix spelling mistake "pannel" -> "panel"
Posted by Neil Armstrong 2 months ago
Hi,

On Thu, 24 Jul 2025 12:23:58 +0100, Colin Ian King wrote:
> There is a spelling mistake in the LEDS_BD2606MVV config. Fix it.
> 
> 

Thanks, Applied to https://gitlab.freedesktop.org/drm/misc/kernel.git (drm-misc-next)

[1/1] drm/panel: Kconfig: Fix spelling mistake "pannel" -> "panel"
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/368ea3f33f01b618bd645aa61b673f92e9aae767

-- 
Neil
Re: [PATCH][next] drm/panel: Kconfig: Fix spelling mistake "pannel" -> "panel"
Posted by Neil Armstrong 2 months, 1 week ago
On 24/07/2025 13:23, Colin Ian King wrote:
> There is a spelling mistake in the LEDS_BD2606MVV config. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>   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 09b9f7ff9340..af90ca62e57d 100644
> --- a/drivers/gpu/drm/panel/Kconfig
> +++ b/drivers/gpu/drm/panel/Kconfig
> @@ -971,7 +971,7 @@ config DRM_PANEL_STARTEK_KD070FHFID015
>   	depends on BACKLIGHT_CLASS_DEVICE
>   	help
>   	  Say Y here if you want to enable support for STARTEK KD070FHFID015 DSI panel
> -	  based on RENESAS-R69429 controller. The pannel is a 7-inch TFT LCD display
> +	  based on RENESAS-R69429 controller. The panel is a 7-inch TFT LCD display
>   	  with a resolution of 1024 x 600 pixels. It provides a MIPI DSI interface to
>   	  the host, a built-in LED backlight and touch controller.
>   

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>