diff options
author | pengfuyuan <pengfuyuan@kylinos.cn> | 2022-05-26 08:27:57 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2022-05-26 13:38:59 +0200 |
commit | 50e35bd57c02a584442c0aa917787c858eabe80b (patch) | |
tree | a7c64cf049765865c0f299392481b046727a180f /include/video | |
parent | video: fbdev: xen: remove setting of 'transp' parameter (diff) | |
download | linux-50e35bd57c02a584442c0aa917787c858eabe80b.tar.xz linux-50e35bd57c02a584442c0aa917787c858eabe80b.zip |
video: fbdev: radeon: Fix spelling typo in comment
Fix spelling typo in comment.
Signed-off-by: pengfuyuan <pengfuyuan@kylinos.cn>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/radeon.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |