Commit 18cd0a9c authored by PIYUSH CHOUDHARY's avatar PIYUSH CHOUDHARY Committed by Helge Deller
Browse files

video: fb: Fix typo in comment in fb.h



Fix typo: "verical" -> "vertical" in macro description

Signed-off-by: default avatarPIYUSH CHOUDHARY <mercmerc961@gmail.com>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
Cc: stable@vger.kernel.org
parent dcb6fa37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -319,7 +319,7 @@ enum {
#define FB_VBLANK_HAVE_VCOUNT	0x020	/* the vcount field is valid */
#define FB_VBLANK_HAVE_HCOUNT	0x040	/* the hcount field is valid */
#define FB_VBLANK_VSYNCING	0x080	/* currently in a vsync */
#define FB_VBLANK_HAVE_VSYNC	0x100	/* verical syncs can be detected */
#define FB_VBLANK_HAVE_VSYNC	0x100	/* vertical syncs can be detected */

struct fb_vblank {
	__u32 flags;			/* FB_VBLANK flags */