Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

pengfuyuan and committed by
Helge Deller
50e35bd5 9f56390f

+1 -1
+1 -1
include/video/radeon.h
··· 750 750 #define WAIT_DMA_GUI_IDLE (1 << 9) 751 751 #define WAIT_2D_IDLECLEAN (1 << 16) 752 752 753 - /* SURFACE_CNTL bit consants */ 753 + /* SURFACE_CNTL bit constants */ 754 754 #define SURF_TRANSLATION_DIS (1 << 8) 755 755 #define NONSURF_AP0_SWP_16BPP (1 << 20) 756 756 #define NONSURF_AP0_SWP_32BPP (1 << 21)