Skip to content

Commit 67a90bc

Browse files
rddunlaphdeller
authored andcommitted
fbdev: fbmon: fix function name in kernel-doc
Fix a kernel-doc warning by correcting the function name in the kernel-doc comment: drivers/video/fbdev/core/fbmon.c:1073: warning: expecting prototype for fb_get_hblank_by_freq(). Prototype was for fb_get_hblank_by_hfreq() instead Signed-off-by: Randy Dunlap <[email protected]> Cc: Daniel Vetter <[email protected]> Cc: Helge Deller <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Helge Deller <[email protected]>
1 parent ee4202d commit 67a90bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/video/fbdev/core/fbmon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ static u32 fb_get_vblank(u32 hfreq)
10501050
}
10511051

10521052
/**
1053-
* fb_get_hblank_by_freq - get horizontal blank time given hfreq
1053+
* fb_get_hblank_by_hfreq - get horizontal blank time given hfreq
10541054
* @hfreq: horizontal freq
10551055
* @xres: horizontal resolution in pixels
10561056
*

0 commit comments

Comments
 (0)