Commit eda6887f authored by Boris Brezillon's avatar Boris Brezillon

drm/connector: Fix drm_mode_create_tv_properties() doc

The in the kernel-doc header did not match the function name.
Signed-off-by: default avatarBoris Brezillon <boris.brezillon@bootlin.com>
Reviewed-by: default avatarEric Anholt <eric@anholt.net>
Acked-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20181206142439.10441-2-boris.brezillon@bootlin.com
parent 199d035b
...@@ -1138,7 +1138,7 @@ void drm_hdmi_avi_infoframe_content_type(struct hdmi_avi_infoframe *frame, ...@@ -1138,7 +1138,7 @@ void drm_hdmi_avi_infoframe_content_type(struct hdmi_avi_infoframe *frame,
EXPORT_SYMBOL(drm_hdmi_avi_infoframe_content_type); EXPORT_SYMBOL(drm_hdmi_avi_infoframe_content_type);
/** /**
* drm_create_tv_properties - create TV specific connector properties * drm_mode_create_tv_properties - create TV specific connector properties
* @dev: DRM device * @dev: DRM device
* @num_modes: number of different TV formats (modes) supported * @num_modes: number of different TV formats (modes) supported
* @modes: array of pointers to strings containing name of each format * @modes: array of pointers to strings containing name of each format
......
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