]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
video: fb: Fix typo in comment in fb.h
authorPIYUSH CHOUDHARY <mercmerc961@gmail.com>
Sun, 19 Oct 2025 18:35:08 +0000 (00:05 +0530)
committerHelge Deller <deller@gmx.de>
Tue, 28 Oct 2025 21:59:19 +0000 (22:59 +0100)
Fix typo: "verical" -> "vertical" in macro description

Signed-off-by: PIYUSH CHOUDHARY <mercmerc961@gmail.com>
Signed-off-by: Helge Deller <deller@gmx.de>
Cc: stable@vger.kernel.org
include/uapi/linux/fb.h

index cde8f173f566b81a5e602b789ee72278400420d3..22acaaec7b1c9f1f1ae5974e4e16627ae564225e 100644 (file)
@@ -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 */