2022-05-26 10:36:44

by pengfuyuan

[permalink] [raw]
Subject: [PATCH] radeon: Fix spelling typo in comment

Fix spelling typo in comment.

Signed-off-by: pengfuyuan <[email protected]>
---
include/video/radeon.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/video/radeon.h b/include/video/radeon.h
index 005eae19ec09..72f94ccfa725 100644
--- a/include/video/radeon.h
+++ b/include/video/radeon.h
@@ -750,7 +750,7 @@
#define WAIT_DMA_GUI_IDLE (1 << 9)
#define WAIT_2D_IDLECLEAN (1 << 16)

-/* SURFACE_CNTL bit consants */
+/* SURFACE_CNTL bit constants */
#define SURF_TRANSLATION_DIS (1 << 8)
#define NONSURF_AP0_SWP_16BPP (1 << 20)
#define NONSURF_AP0_SWP_32BPP (1 << 21)
--
2.25.1



2022-05-26 18:38:14

by Helge Deller

[permalink] [raw]
Subject: Re: [PATCH] radeon: Fix spelling typo in comment

On 5/26/22 08:27, pengfuyuan wrote:
> Fix spelling typo in comment.
>
> Signed-off-by: pengfuyuan <[email protected]>

applied to the fbdev git tree.

Thanks!
Helge

> ---
> include/video/radeon.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/video/radeon.h b/include/video/radeon.h
> index 005eae19ec09..72f94ccfa725 100644
> --- a/include/video/radeon.h
> +++ b/include/video/radeon.h
> @@ -750,7 +750,7 @@
> #define WAIT_DMA_GUI_IDLE (1 << 9)
> #define WAIT_2D_IDLECLEAN (1 << 16)
>
> -/* SURFACE_CNTL bit consants */
> +/* SURFACE_CNTL bit constants */
> #define SURF_TRANSLATION_DIS (1 << 8)
> #define NONSURF_AP0_SWP_16BPP (1 << 20)
> #define NONSURF_AP0_SWP_32BPP (1 << 21)