Skip to content

Commit

Permalink
video: fbdev: radeon: Fix spelling typo in comment
Browse files Browse the repository at this point in the history
Fix spelling typo in comment.

Signed-off-by: pengfuyuan <pengfuyuan@kylinos.cn>
Signed-off-by: Helge Deller <deller@gmx.de>
  • Loading branch information
pengfuyuan authored and Helge Deller committed May 26, 2022
1 parent 9f56390 commit 50e35bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/video/radeon.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 50e35bd

Please sign in to comment.