[PATCH] drm/panel: sitronix-st7703: fix typo in comments

Hugo Villeneuve posted 1 patch 2 months, 2 weeks ago
drivers/gpu/drm/panel/panel-sitronix-st7703.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] drm/panel: sitronix-st7703: fix typo in comments
Posted by Hugo Villeneuve 2 months, 2 weeks ago
From: Hugo Villeneuve <hvilleneuve@dimonoff.com>

Fix typo in comments:
    souch -> such.

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
---
 drivers/gpu/drm/panel/panel-sitronix-st7703.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/panel/panel-sitronix-st7703.c b/drivers/gpu/drm/panel/panel-sitronix-st7703.c
index 1a007a244d84..6c348fe28955 100644
--- a/drivers/gpu/drm/panel/panel-sitronix-st7703.c
+++ b/drivers/gpu/drm/panel/panel-sitronix-st7703.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Driver for panels based on Sitronix ST7703 controller, souch as:
+ * Driver for panels based on Sitronix ST7703 controller, such as:
  *
  * - Rocktech jh057n00900 5.5" MIPI-DSI panel
  *

base-commit: ba0f4c4c0f9d0f90300578fc8d081f43be281a71
-- 
2.39.5
Re: [PATCH] drm/panel: sitronix-st7703: fix typo in comments
Posted by Neil Armstrong 2 months ago
On 21/07/2025 17:28, Hugo Villeneuve wrote:
> From: Hugo Villeneuve <hvilleneuve@dimonoff.com>
> 
> Fix typo in comments:
>      souch -> such.
> 
> Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
> ---
>   drivers/gpu/drm/panel/panel-sitronix-st7703.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/panel/panel-sitronix-st7703.c b/drivers/gpu/drm/panel/panel-sitronix-st7703.c
> index 1a007a244d84..6c348fe28955 100644
> --- a/drivers/gpu/drm/panel/panel-sitronix-st7703.c
> +++ b/drivers/gpu/drm/panel/panel-sitronix-st7703.c
> @@ -1,6 +1,6 @@
>   // SPDX-License-Identifier: GPL-2.0
>   /*
> - * Driver for panels based on Sitronix ST7703 controller, souch as:
> + * Driver for panels based on Sitronix ST7703 controller, such as:
>    *
>    * - Rocktech jh057n00900 5.5" MIPI-DSI panel
>    *
> 
> base-commit: ba0f4c4c0f9d0f90300578fc8d081f43be281a71

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Re: [PATCH] drm/panel: sitronix-st7703: fix typo in comments
Posted by Neil Armstrong 2 months ago
Hi,

On Mon, 21 Jul 2025 11:28:15 -0400, Hugo Villeneuve wrote:
> Fix typo in comments:
>     souch -> such.
> 
> 

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

[1/1] drm/panel: sitronix-st7703: fix typo in comments
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/cf9710a0a2ed490bd3c6933ecfc22556894a1df4

-- 
Neil