[PATCH] video: fb: Fix typo in comment

PIYUSH CHOUDHARY posted 1 patch 3 months, 2 weeks ago
include/uapi/linux/fb.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] video: fb: Fix typo in comment
Posted by PIYUSH CHOUDHARY 3 months, 2 weeks ago
Fix typo: "verical" -> "vertical" in macro description

Signed-off-by: PIYUSH CHOUDHARY <mercmerc961@gmail.com>
---
 include/uapi/linux/fb.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/fb.h b/include/uapi/linux/fb.h
index cde8f173f566..22acaaec7b1c 100644
--- a/include/uapi/linux/fb.h
+++ b/include/uapi/linux/fb.h
@@ -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 */
-- 
2.43.0
Re: [PATCH] video: fb: Fix typo in comment
Posted by Helge Deller 3 months, 1 week ago
On 10/19/25 20:35, PIYUSH CHOUDHARY wrote:
> Fix typo: "verical" -> "vertical" in macro description
> 
> Signed-off-by: PIYUSH CHOUDHARY <mercmerc961@gmail.com>
> ---
>   include/uapi/linux/fb.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

applied.

Thanks!
Helge