Commit e37bfa1a authored by Boris Brezillon's avatar Boris Brezillon Committed by Dave Airlie

drm: fix drm_display_info_set_bus_formats kernel doc header

formats and num_formats arguments were previously called fmts and nfmts.
Fix the kernel doc comment so that it matches the new argument names.
Signed-off-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent d3e7a0da
......@@ -764,8 +764,8 @@ static void drm_mode_remove(struct drm_connector *connector,
/**
* drm_display_info_set_bus_formats - set the supported bus formats
* @info: display info to store bus formats in
* @fmts: array containing the supported bus formats
* @nfmts: the number of entries in the fmts array
* @formats: array containing the supported bus formats
* @num_formats: the number of entries in the fmts array
*
* Store the supported bus formats in display info structure.
* See MEDIA_BUS_FMT_* definitions in include/uapi/linux/media-bus-format.h for
......
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