Commit 67a90bcc authored by Randy Dunlap's avatar Randy Dunlap Committed by Helge Deller

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: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Helge Deller <deller@gmx.de>
Cc: linux-fbdev@vger.kernel.org
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent ee4202db
...@@ -1050,7 +1050,7 @@ static u32 fb_get_vblank(u32 hfreq) ...@@ -1050,7 +1050,7 @@ static u32 fb_get_vblank(u32 hfreq)
} }
/** /**
* fb_get_hblank_by_freq - get horizontal blank time given hfreq * fb_get_hblank_by_hfreq - get horizontal blank time given hfreq
* @hfreq: horizontal freq * @hfreq: horizontal freq
* @xres: horizontal resolution in pixels * @xres: horizontal resolution in pixels
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment