public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/tidss: Fix typos
@ 2024-09-12 12:57 Andrew Kreimer
  2025-01-24  7:41 ` Tomi Valkeinen
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Kreimer @ 2024-09-12 12:57 UTC (permalink / raw)
  To: Jyri Sarha, Tomi Valkeinen, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Simona Vetter
  Cc: dri-devel, linux-kernel, kernel-janitors, Andrew Kreimer,
	Matthew Wilcox

Fix typos in comments.

Reported-by: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 drivers/gpu/drm/tidss/tidss_dispc_regs.h | 2 +-
 drivers/gpu/drm/tidss/tidss_plane.c      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/tidss/tidss_dispc_regs.h b/drivers/gpu/drm/tidss/tidss_dispc_regs.h
index 13feedfe5d6d..e88148e44937 100644
--- a/drivers/gpu/drm/tidss/tidss_dispc_regs.h
+++ b/drivers/gpu/drm/tidss/tidss_dispc_regs.h
@@ -49,7 +49,7 @@ enum dispc_common_regs {
 /*
  * dispc_common_regmap should be defined as const u16 * and pointing
  * to a valid dss common register map for the platform, before the
- * macros bellow can be used.
+ * macros below can be used.
  */
 
 #define REG(r) (dispc_common_regmap[r ## _OFF])
diff --git a/drivers/gpu/drm/tidss/tidss_plane.c b/drivers/gpu/drm/tidss/tidss_plane.c
index a5d86822c9e3..1396bbf9616f 100644
--- a/drivers/gpu/drm/tidss/tidss_plane.c
+++ b/drivers/gpu/drm/tidss/tidss_plane.c
@@ -59,7 +59,7 @@ static int tidss_plane_atomic_check(struct drm_plane *plane,
 
 	/*
 	 * The HW is only able to start drawing at subpixel boundary
-	 * (the two first checks bellow). At the end of a row the HW
+	 * (the two first checks below). At the end of a row the HW
 	 * can only jump integer number of subpixels forward to the
 	 * beginning of the next row. So we can only show picture with
 	 * integer subpixel width (the third check). However, after
-- 
2.46.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drm/tidss: Fix typos
  2024-09-12 12:57 [PATCH] drm/tidss: Fix typos Andrew Kreimer
@ 2025-01-24  7:41 ` Tomi Valkeinen
  0 siblings, 0 replies; 2+ messages in thread
From: Tomi Valkeinen @ 2025-01-24  7:41 UTC (permalink / raw)
  To: Andrew Kreimer
  Cc: dri-devel, linux-kernel, kernel-janitors, Matthew Wilcox,
	Jyri Sarha, Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann,
	David Airlie, Simona Vetter

Hi,

On 12/09/2024 15:57, Andrew Kreimer wrote:
> Fix typos in comments.
> 
> Reported-by: Matthew Wilcox <willy@infradead.org>
> Signed-off-by: Andrew Kreimer <algonell@gmail.com>
> ---
>   drivers/gpu/drm/tidss/tidss_dispc_regs.h | 2 +-
>   drivers/gpu/drm/tidss/tidss_plane.c      | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/tidss/tidss_dispc_regs.h b/drivers/gpu/drm/tidss/tidss_dispc_regs.h
> index 13feedfe5d6d..e88148e44937 100644
> --- a/drivers/gpu/drm/tidss/tidss_dispc_regs.h
> +++ b/drivers/gpu/drm/tidss/tidss_dispc_regs.h
> @@ -49,7 +49,7 @@ enum dispc_common_regs {
>   /*
>    * dispc_common_regmap should be defined as const u16 * and pointing
>    * to a valid dss common register map for the platform, before the
> - * macros bellow can be used.
> + * macros below can be used.
>    */
>   
>   #define REG(r) (dispc_common_regmap[r ## _OFF])
> diff --git a/drivers/gpu/drm/tidss/tidss_plane.c b/drivers/gpu/drm/tidss/tidss_plane.c
> index a5d86822c9e3..1396bbf9616f 100644
> --- a/drivers/gpu/drm/tidss/tidss_plane.c
> +++ b/drivers/gpu/drm/tidss/tidss_plane.c
> @@ -59,7 +59,7 @@ static int tidss_plane_atomic_check(struct drm_plane *plane,
>   
>   	/*
>   	 * The HW is only able to start drawing at subpixel boundary
> -	 * (the two first checks bellow). At the end of a row the HW
> +	 * (the two first checks below). At the end of a row the HW
>   	 * can only jump integer number of subpixels forward to the
>   	 * beginning of the next row. So we can only show picture with
>   	 * integer subpixel width (the third check). However, after

Thanks, pushing to drm-misc-next.

  Tomi


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-01-24  7:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-12 12:57 [PATCH] drm/tidss: Fix typos Andrew Kreimer
2025-01-24  7:41 ` Tomi Valkeinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox